android_external_MicroGUiTools
android_external_MicroGUiTools copied to clipboard
Light Theme
Two things:
- a) you broke API 9 compat, so instead of
<item name="android:windowLightStatusBar">true</item>
<item name="android:navigationBarColor">@color/color_white</item>
it should be
<item name="android:windowLightStatusBar" tools:targetApi="23">true</item>
<item name="android:navigationBarColor" tools:targetApi="21">@color/color_white</item>
- b) maybe consider using Theme.AppCompat.DayNight so that it auto-switches between Light and Dark theme as per System Settings?
@Nanolx I gonna implement auto-switching in the future
For now you'd also need a commit like this, else the gear/settings icon for nlp backends gets almost invisible: https://github.com/Nanolx/android_packages_apps_UnifiedNlp/commit/482bcef56e914f8a2ea456da13e53430efbdc44f
Any news?
It seems he is dead :(