summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2012-08-14 13:56:42 +0100
committerPaul Gardiner <paulg.artifex@glidos.net>2012-08-14 13:56:42 +0100
commitbc7303da584b4f53368dc9ced528d617ca8271a3 (patch)
treeebcab06a61cdec9b522c217a2e1ee4b766e7b78a /android
parentfbbc0da83040be0cfc711a6a0958650df1addfde (diff)
downloadmupdf-bc7303da584b4f53368dc9ced528d617ca8271a3.tar.xz
Fix bug 693276: Mupdf/android gui widget overlap
Just fix a typo in the xml
Diffstat (limited to 'android')
-rw-r--r--android/res/layout/buttons.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/res/layout/buttons.xml b/android/res/layout/buttons.xml
index 641a6cef..a9f46d38 100644
--- a/android/res/layout/buttons.xml
+++ b/android/res/layout/buttons.xml
@@ -53,7 +53,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
- android:layout_toLeftOf="@+id/searchButton"
+ android:layout_toLeftOf="@+id/outlineButton"
android:paddingLeft="15dp"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceMedium" />