Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.

This commit is contained in:
Alex Ning
2019-09-24 08:51:56 +08:00
parent 6a038573c3
commit 03c97e912e
10 changed files with 40 additions and 39 deletions

View File

@@ -50,7 +50,7 @@
</activity>
<activity
android:name=".SettingsActivity"
android:label="@string/search_activity_label"
android:label="@string/settings_activity_label"
android:parentActivityName=".MainActivity"
android:theme="@style/PreferenceActivityTheme" />
<activity