diff options
author | Paul Gardiner <paulg.artifex@glidos.net> | 2012-08-14 13:56:42 +0100 |
---|---|---|
committer | Paul Gardiner <paulg.artifex@glidos.net> | 2012-08-14 13:56:42 +0100 |
commit | bc7303da584b4f53368dc9ced528d617ca8271a3 (patch) | |
tree | ebcab06a61cdec9b522c217a2e1ee4b766e7b78a /android | |
parent | fbbc0da83040be0cfc711a6a0958650df1addfde (diff) | |
download | mupdf-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.xml | 2 |
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" /> |