summaryrefslogtreecommitdiff
path: root/platform/android/res
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/res')
-rw-r--r--platform/android/res/drawable-mdpi/ic_proof.pngbin1244 -> 2267 bytes
-rw-r--r--platform/android/res/drawable-mdpi/ic_sep.pngbin0 -> 1098 bytes
-rw-r--r--platform/android/res/layout/buttons.xml12
-rw-r--r--platform/android/res/values/strings.xml1
4 files changed, 13 insertions, 0 deletions
diff --git a/platform/android/res/drawable-mdpi/ic_proof.png b/platform/android/res/drawable-mdpi/ic_proof.png
index 61d94587..cbda8721 100644
--- a/platform/android/res/drawable-mdpi/ic_proof.png
+++ b/platform/android/res/drawable-mdpi/ic_proof.png
Binary files differ
diff --git a/platform/android/res/drawable-mdpi/ic_sep.png b/platform/android/res/drawable-mdpi/ic_sep.png
new file mode 100644
index 00000000..2167be2e
--- /dev/null
+++ b/platform/android/res/drawable-mdpi/ic_sep.png
Binary files differ
diff --git a/platform/android/res/layout/buttons.xml b/platform/android/res/layout/buttons.xml
index 12de40c6..6c1620ba 100644
--- a/platform/android/res/layout/buttons.xml
+++ b/platform/android/res/layout/buttons.xml
@@ -31,6 +31,17 @@
android:textAppearance="?android:attr/textAppearanceMedium" />
<ImageButton
+ android:id="@+id/sepsButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerVertical="true"
+ android:layout_alignParentRight="true"
+ android:contentDescription="Separations"
+ android:background="@drawable/button"
+ android:onClick="OnSepsButtonClick"
+ android:src="@drawable/ic_sep" />
+
+ <ImageButton
android:id="@+id/linkButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -393,4 +404,5 @@
android:background="@drawable/page_num"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#FFFFFF" />
+
</RelativeLayout>
diff --git a/platform/android/res/values/strings.xml b/platform/android/res/values/strings.xml
index dcff35f4..ab4b7152 100644
--- a/platform/android/res/values/strings.xml
+++ b/platform/android/res/values/strings.xml
@@ -26,6 +26,7 @@
<string name="ink">Ink</string>
<string name="save">Save</string>
<string name="proof">Proof</string>
+ <string name="separation">Separation</string>
<string name="print">Print</string>
<string name="dismiss">Dismiss</string>
<string name="parent_directory">[Up one level]</string>