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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-04 22:21:57 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-04 22:21:57 +0300
commit8e3dd945118be3ecd6099f1e6c61311af9ed9cd1 (patch)
treed994ead8ac9a4757449af54578d564f75d2896c0 /app/src/main/res/layout
parent8325d6fd7d26f3ac19d9f743a4426ee5c19c1eac (diff)
Add some accessibility hints
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_main.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 032a14c1f..329f3710b 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -108,7 +108,7 @@
android:layout_width="48dp"
android:layout_height="match_parent"
android:background="@android:color/transparent"
- android:contentDescription="@null"
+ android:contentDescription="@string/add_list"
android:foreground="?android:selectableItemBackground"
app:srcCompat="@drawable/ic_add_white_24dp"
tools:ignore="UnusedAttribute" />
@@ -122,6 +122,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
+ android:contentDescription="@string/add_card"
app:backgroundTint="@color/primary"
app:srcCompat="@drawable/ic_add_white_24dp" />