mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Use light theme with dark icons (works on older versions).
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
|
||||
|
||||
<application
|
||||
android:theme="@android:style/Theme.Holo"
|
||||
android:theme="@android:style/Theme.Light"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name" >
|
||||
<service android:name=".HelloWorldService" android:exported="false" >
|
||||
|
||||
Reference in New Issue
Block a user