mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 22:01:16 +00:00
Change theme from Holo.Light to Holo.
This commit is contained in:
parent
1610ce9507
commit
e27ae4110e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue