summaryrefslogtreecommitdiff
path: root/android/res/layout/buttons.xml
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-02-22 12:31:02 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-02-22 12:31:02 +0100
commitb6e9b2f8fe172d7175cea3d14d89f986688639af (patch)
tree40d91a63315df6b7c950ab4b09d4d313b89ec9c1 /android/res/layout/buttons.xml
parent482ae6630a379bccb6c2fcb2fa9c61037fe0727e (diff)
downloadmupdf-b6e9b2f8fe172d7175cea3d14d89f986688639af.tar.xz
Tweak animations and colors.
Diffstat (limited to 'android/res/layout/buttons.xml')
-rw-r--r--android/res/layout/buttons.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/android/res/layout/buttons.xml b/android/res/layout/buttons.xml
index b35f7daa..e18ebbb2 100644
--- a/android/res/layout/buttons.xml
+++ b/android/res/layout/buttons.xml
@@ -18,7 +18,7 @@
android:paddingLeft="0dp"
android:paddingRight="0dp"
android:paddingTop="0dp"
- android:background="#CC444444" >
+ android:background="@color/bar" >
<ImageButton
android:id="@+id/searchButton"
@@ -58,7 +58,7 @@
android:paddingLeft="0dp"
android:paddingRight="0dp"
android:paddingTop="0dp"
- android:background="#CC444444" >
+ android:background="@color/bar" >
<ImageButton
android:id="@+id/cancel"
@@ -107,25 +107,25 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true" >
-
- <SeekBar
- android:id="@+id/pageSlider"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_centerHorizontal="true"
- android:layout_margin="0dp"
- android:background="@drawable/slider" />
- <TextView
- android:id="@+id/pageNumber"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_above="@+id/pageSlider"
- android:layout_centerHorizontal="true"
- android:layout_marginBottom="10dp"
- android:background="@drawable/page_num"
- android:textAppearance="?android:attr/textAppearanceMedium" />
+ <SeekBar
+ android:id="@+id/pageSlider"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentBottom="true"
+ android:layout_centerHorizontal="true"
+ android:layout_margin="0dp"
+ android:background="@drawable/slider" />
+
+ <TextView
+ android:id="@+id/pageNumber"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_above="@+id/pageSlider"
+ android:layout_centerHorizontal="true"
+ android:layout_marginBottom="10dp"
+ android:background="@drawable/page_num"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
</RelativeLayout>
</RelativeLayout>