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:
parent
9030325487
commit
399651e9a6
1 changed files with 4 additions and 2 deletions
|
@ -88,7 +88,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:button="@drawable/wifi" />
|
||||
android:button="@drawable/wifi"
|
||||
android:contentDescription="@string/title_block_wifi" />
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
@ -128,7 +129,8 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:button="@drawable/other" />
|
||||
android:button="@drawable/other"
|
||||
android:contentDescription="@string/title_block_other" />
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in a new issue