mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 14:15:44 +03:00
Reuse content description for more button
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
7c0363496f
commit
af7d8985e2
1 changed files with 2 additions and 3 deletions
|
@ -117,9 +117,8 @@
|
|||
android:layout_gravity="center"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:contentDescription="open file actions"
|
||||
tools:visibility="visible"
|
||||
tools:ignore="HardcodedText" />
|
||||
android:contentDescription="@string/overflow_menu"
|
||||
tools:visibility="visible" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue