diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-10-13 17:07:30 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-10-13 17:07:30 +0200 |
commit | d2dc6fa6fc12ca876bb3dcf099ec6694dc7ef061 (patch) | |
tree | fc253400a74c2ce9c74f710d85bd1deeb5abdf7e /AndroidManifest.xml | |
parent | 7997868109c0831f2c6d97f342a7e6c6226bf54d (diff) |
Add Seekbar with ticks, make a better layout for large screens of the log screen
--HG--
rename : res/layout/logwindow.xml => res/layout-w720dp/logwindow.xml
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1472f001..f1d0051e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -27,6 +27,7 @@ <application android:allowBackup="true" + android:theme="@android:style/Theme.DeviceDefault.Light" android:icon="@drawable/icon" android:label="@string/app" android:supportsRtl="true" > |