summaryrefslogtreecommitdiff
path: root/res/values
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
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')
-rw-r--r--res/values/dimens.xml7
-rw-r--r--res/values/styles.xml13
2 files changed, 19 insertions, 1 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
new file mode 100644
index 00000000..4f325078
--- /dev/null
+++ b/res/values/dimens.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <dimen name="paddingItemsSidebarLog">20dp</dimen>
+ <dimen name="stdpadding">8dp</dimen>
+ <bool name="logSildersAlwaysVisible">false</bool>
+
+</resources> \ No newline at end of file
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