UI improvements. Completed #14 and #20

This commit is contained in:
amazing-username
2019-03-05 21:39:23 -05:00
parent 4effe37517
commit 48d4ffe5df
21 changed files with 280 additions and 375 deletions
+3 -3
View File
@@ -3,17 +3,17 @@
<!-- These settings headers are only used on tablets. -->
<header
android:fragment="com.example.mear.activities.SettingsActivity$GeneralPreferenceFragment"
android:fragment="com.example.mear.activities.fdh$GeneralPreferenceFragment"
android:title="@string/pref_header_general"
android:icon="@drawable/ic_info_black_24dp"/>
<header
android:fragment="com.example.mear.activities.SettingsActivity$NotificationPreferenceFragment"
android:fragment="com.example.mear.activities.fdh$NotificationPreferenceFragment"
android:title="@string/pref_header_notifications"
android:icon="@drawable/ic_notifications_black_24dp"/>
<header
android:fragment="com.example.mear.activities.SettingsActivity$DataSyncPreferenceFragment"
android:fragment="com.example.mear.activities.fdh$DataSyncPreferenceFragment"
android:title="@string/pref_header_data_sync"
android:icon="@drawable/ic_sync_black_24dp"/>