From d2dc6fa6fc12ca876bb3dcf099ec6694dc7ef061 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 13 Oct 2013 17:07:30 +0200 Subject: 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 --- res/layout-w720dp/logwindow.xml | 73 +++++++++++++++++++++++++++++++++++++++++ res/layout/log_silders.xml | 61 ++++++++++++++++++++++++++++++++++ res/layout/logwindow.xml | 56 ++----------------------------- res/values-w600dp/dimens.xml | 5 +++ res/values/dimens.xml | 7 ++++ res/values/styles.xml | 13 +++++++- 6 files changed, 160 insertions(+), 55 deletions(-) create mode 100644 res/layout-w720dp/logwindow.xml create mode 100644 res/layout/log_silders.xml create mode 100644 res/values-w600dp/dimens.xml create mode 100644 res/values/dimens.xml (limited to 'res') diff --git a/res/layout-w720dp/logwindow.xml b/res/layout-w720dp/logwindow.xml new file mode 100644 index 00000000..07502e15 --- /dev/null +++ b/res/layout-w720dp/logwindow.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + + + \ No newline at end of file diff --git a/res/layout/log_silders.xml b/res/layout/log_silders.xml new file mode 100644 index 00000000..9aadd4d1 --- /dev/null +++ b/res/layout/log_silders.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/logwindow.xml b/res/layout/logwindow.xml index d7281346..d1e467b1 100644 --- a/res/layout/logwindow.xml +++ b/res/layout/logwindow.xml @@ -1,63 +1,11 @@ - - - - - - - - - - - - - - - - - - + + + true + + \ No newline at end of file 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 @@ + + + 20dp + 8dp + false + + \ 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 @@ + + + \ No newline at end of file -- cgit v1.2.3