summaryrefslogtreecommitdiff
path: root/android/res/layout/buttons.xml
diff options
context:
space:
mode:
authorPaul Gardiner <paulg.artifex@glidos.net>2013-02-18 16:22:25 +0000
committerPaul Gardiner <paulg.artifex@glidos.net>2013-02-22 12:21:25 +0000
commit4553555e8bab6f749ae007664ad6745ee816e4bf (patch)
tree0992cac8b4d53339cbc6d8e07816da299930849f /android/res/layout/buttons.xml
parent860f401dc6c349d9f838d6dc90bc921876dca58e (diff)
downloadmupdf-4553555e8bab6f749ae007664ad6745ee816e4bf.tar.xz
Android: add annotation-editing menu, triggered on annotation selection
Diffstat (limited to 'android/res/layout/buttons.xml')
-rw-r--r--android/res/layout/buttons.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/android/res/layout/buttons.xml b/android/res/layout/buttons.xml
index 2d5732f1..b89848bb 100644
--- a/android/res/layout/buttons.xml
+++ b/android/res/layout/buttons.xml
@@ -169,6 +169,24 @@
android:src="@drawable/ic_clipboard" />
</RelativeLayout>
+
+ <RelativeLayout
+ android:id="@+id/topBar4"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="@color/toolbar" >
+
+ <ImageButton
+ android:id="@+id/deleteButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerVertical="true"
+ android:layout_alignParentRight="true"
+ android:contentDescription="@string/delete"
+ android:background="@drawable/button"
+ android:src="@drawable/ic_trash" />
+
+ </RelativeLayout>
</ViewAnimator>
<RelativeLayout