summaryrefslogtreecommitdiff
path: root/android/res/layout/buttons.xml
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2013-04-05 14:43:29 +0100
committerRobin Watts <robin.watts@artifex.com>2013-04-09 15:47:52 +0100
commit2e3fcbaf6b0c71e178a681476dc1b997b3bd1bbe (patch)
tree6bd48865b1ba6b4a6ee3173523526dc3da06f2de /android/res/layout/buttons.xml
parent64727a78d65ad550e0a2d5c8d614c503929046bd (diff)
downloadmupdf-2e3fcbaf6b0c71e178a681476dc1b997b3bd1bbe.tar.xz
Android: handle features not supported other than for PDF files
Diffstat (limited to 'android/res/layout/buttons.xml')
-rw-r--r--android/res/layout/buttons.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/res/layout/buttons.xml b/android/res/layout/buttons.xml
index 8759d3c7..74657d42 100644
--- a/android/res/layout/buttons.xml
+++ b/android/res/layout/buttons.xml
@@ -261,6 +261,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/editAnnotButton"
+ android:layout_alignWithParentIfMissing="true"
android:contentDescription="@string/copy_text_to_the_clipboard"
android:background="@drawable/button"
android:onClick="OnCopyTextButtonClick"