Skip to content

Commit

Permalink
use app compat theme
Browse files Browse the repository at this point in the history
  • Loading branch information
empratyush authored and muhomorr committed Mar 5, 2025
1 parent 94e6d8a commit 53fab67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/com/android/dialer/rtt/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<manifest package="com.android.dialer.rtt"
xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity android:name=".RttTranscriptActivity"/>
<activity android:name=".RttTranscriptActivity"
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"/>
</application>
</manifest>

0 comments on commit 53fab67

Please sign in to comment.