1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-01-02 21:34:12 +00:00

Added content descriptions

This commit is contained in:
M66B 2024-06-17 20:02:04 +02:00
parent 9030325487
commit 399651e9a6

View file

@ -88,7 +88,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerInParent="true" android:layout_centerInParent="true"
android:button="@drawable/wifi" /> android:button="@drawable/wifi"
android:contentDescription="@string/title_block_wifi" />
</RelativeLayout> </RelativeLayout>
<LinearLayout <LinearLayout
@ -128,7 +129,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerInParent="true" android:layout_centerInParent="true"
android:button="@drawable/other" /> android:button="@drawable/other"
android:contentDescription="@string/title_block_other" />
</RelativeLayout> </RelativeLayout>
<LinearLayout <LinearLayout