the Settings screen now follows the Dynamic Color theme on Android 12 and higher
This commit is contained in:
parent
28801ba95b
commit
ada5261773
19 changed files with 286 additions and 63 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<application
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/TT9Theme"
|
||||
android:theme="@style/TTheme"
|
||||
android:supportsRtl="true">
|
||||
|
||||
<service android:name="io.github.sspanak.tt9.ime.TraditionalT9" android:permission="android.permission.BIND_INPUT_METHOD"
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
android:excludeFromRecents="true"
|
||||
android:label=""
|
||||
android:name="io.github.sspanak.tt9.ui.dialogs.PopupDialogActivity"
|
||||
android:theme="@style/alertDialog" />
|
||||
android:theme="@style/TTheme.AddWord" />
|
||||
|
||||
<activity
|
||||
android:label="@string/pref_help"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue