mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
Ensure upwards compatibility of themes and preferences
The app now saves which version was used the last time and recognizes, if something changed / settings have to be adjusted to fit the version.
This commit is contained in:
parent
abcc1870fc
commit
08d4a6c2ef
9 changed files with 99 additions and 109 deletions
|
@ -12,7 +12,7 @@
|
|||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/finnmglasTheme">
|
||||
android:theme="@style/baseTheme">
|
||||
|
||||
<activity android:name=".HomeActivity"
|
||||
android:screenOrientation="portrait"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue