1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Change theme from Holo.Light to Holo.

This commit is contained in:
Felix Ableitner 2014-05-11 21:41:25 +02:00
parent 1610ce9507
commit e27ae4110e

View file

@ -11,11 +11,11 @@
<application
android:label="@string/app_name"
android:icon="@drawable/ic_launcher" >
android:icon="@drawable/ic_launcher"
android:theme="@android:style/Theme.Holo" >
<activity
android:name=".WebGuiActivity"
android:theme="@android:style/Theme.Holo.Light"
android:label="@string/app_name"
android:launchMode="singleTop" >
<intent-filter>