1
0
Fork 0
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:
Felix Ableitner 2014-06-03 17:50:53 +02:00
parent 19123506cc
commit 56e0fa3631

View file

@ -15,7 +15,7 @@
android:allowBackup="false" android:allowBackup="false"
android:label="@string/app_name" android:label="@string/app_name"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:theme="@style/Theme.AppCompat" > android:theme="@style/Theme.AppCompat.Light.DarkActionBar" >
<activity <activity
android:name=".gui.MainActivity" android:name=".gui.MainActivity"