summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-10-13 17:07:30 +0200
committerArne Schwabe <arne@rfc2549.org>2013-10-13 17:07:30 +0200
commitd2dc6fa6fc12ca876bb3dcf099ec6694dc7ef061 (patch)
treefc253400a74c2ce9c74f710d85bd1deeb5abdf7e /res/values/styles.xml
parent7997868109c0831f2c6d97f342a7e6c6226bf54d (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 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6614719c..95e709b3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -48,6 +48,17 @@
<style name="Theme.CreateShortCut" parent="android:Theme.Holo.DialogWhenLarge" />
- <dimen name="stdpadding">8dp</dimen>
+ <style name="logWindowStatusText">
+ <item name="android:paddingLeft">@dimen/paddingItemsSidebarLog</item>
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:textAppearance">?android:attr/textAppearanceLarge</item>
+ </style>
+
+ <style name="logWindowStatusTitle">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ </style>
+
</resources> \ No newline at end of file