|
62 | 62 |
|
63 | 63 | <activity |
64 | 64 | android:name=".ui.HomeActivity" |
65 | | - android:theme="@style/AppTheme.Home"> |
| 65 | + android:theme="@style/AppTheme.BottomAppBar"> |
66 | 66 | <intent-filter> |
67 | 67 | <action android:name="android.intent.action.MAIN"/> |
68 | 68 | </intent-filter> |
|
81 | 81 | <activity |
82 | 82 | android:name=".ui.DetailsActivity" |
83 | 83 | android:label="@string/activity_details" |
84 | | - android:theme="@style/AppTheme.Home"> |
| 84 | + android:theme="@style/AppTheme.BottomAppBar"> |
85 | 85 | <intent-filter> |
86 | 86 | <action android:name="android.intent.action.MAIN" /> |
87 | 87 | </intent-filter> |
|
90 | 90 | <activity |
91 | 91 | android:name=".ui.SettingsActivity" |
92 | 92 | android:label="@string/activity_settings" |
93 | | - android:theme="@style/AppTheme.Home"> |
| 93 | + android:theme="@style/AppTheme.BottomAppBar"> |
94 | 94 | <intent-filter> |
95 | 95 | <action android:name="android.intent.action.MAIN" /> |
96 | 96 | </intent-filter> |
|
117 | 117 | <activity |
118 | 118 | android:name=".ui.ScannerActivity" |
119 | 119 | android:label="@string/activity_scanner" |
120 | | - android:theme="@style/AppTheme.Home"> |
| 120 | + android:theme="@style/AppTheme.BottomAppBar"> |
121 | 121 | <intent-filter> |
122 | 122 | <action android:name="android.intent.action.MAIN" /> |
123 | 123 | </intent-filter> |
|
126 | 126 | <activity |
127 | 127 | android:name=".ui.ImportExportActivity" |
128 | 128 | android:label="@string/activity_import_export" |
129 | | - android:theme="@style/AppTheme.Grey"> |
| 129 | + android:theme="@style/AppTheme.BottomBar.Grey"> |
130 | 130 | <intent-filter> |
131 | 131 | <action android:name="android.intent.action.MAIN" /> |
132 | 132 | </intent-filter> |
|
145 | 145 | <activity |
146 | 146 | android:name=".ui.ManageCategoriesActivity" |
147 | 147 | android:label="@string/activity_manage_categories" |
148 | | - android:theme="@style/AppTheme.Home"> |
| 148 | + android:theme="@style/AppTheme.BottomAppBar"> |
149 | 149 | <intent-filter> |
150 | 150 | <action android:name="android.intent.action.MAIN" /> |
151 | 151 | </intent-filter> |
|
0 commit comments