Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_note_edit.xml')
-rw-r--r--app/src/main/res/layout/fragment_note_edit.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_note_edit.xml b/app/src/main/res/layout/fragment_note_edit.xml
index 1e84909f..c377998c 100644
--- a/app/src/main/res/layout/fragment_note_edit.xml
+++ b/app/src/main/res/layout/fragment_note_edit.xml
@@ -46,6 +46,7 @@
android:id="@+id/searchPrev"
style="@style/fab"
android:layout_gravity="bottom|end"
+ android:contentDescription="@string/simple_prev"
android:translationY="-56dp"
android:visibility="gone"
app:backgroundTint="@color/defaultBrand"
@@ -57,6 +58,7 @@
android:id="@+id/searchNext"
style="@style/fab"
android:layout_gravity="bottom|end"
+ android:contentDescription="@string/simple_next"
android:visibility="gone"
app:backgroundTint="@color/defaultBrand"
app:fabSize="mini"