diff options
Diffstat (limited to 'android/res')
-rw-r--r-- | android/res/layout/buttons.xml | 1 | ||||
-rw-r--r-- | android/res/values/strings.xml | 1 |
2 files changed, 2 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" diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml index d47b868d..6f41caec 100644 --- a/android/res/values/strings.xml +++ b/android/res/values/strings.xml @@ -54,4 +54,5 @@ <string name="more">More</string> <string name="accept">Accept</string> <string name="copy_text">copy text</string> + <string name="format_currently_not_supported">Format currently not supported</string> </resources> |