mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Change app theme for consistency with web ui.
This commit is contained in:
parent
19123506cc
commit
56e0fa3631
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
android:allowBackup="false"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:theme="@style/Theme.AppCompat" >
|
||||
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" >
|
||||
|
||||
<activity
|
||||
android:name=".gui.MainActivity"
|
||||
|
|
Loading…
Reference in a new issue