Filled contentDescription attribute for map markers related buttons.
This commit is contained in:
parent
56153e0037
commit
4c569512c0
2 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/marker_btn_ok"
|
||||
android:contentDescription="@string/shared_string_remove"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="48dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
|
@ -85,6 +86,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/marker_btn_more"
|
||||
android:contentDescription="@string/shared_string_more"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="48dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
|
@ -154,6 +156,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/marker_btn_ok_2dn"
|
||||
android:contentDescription="@string/shared_string_remove"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="48dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
|
@ -161,6 +164,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/marker_btn_more_2nd"
|
||||
android:contentDescription="@string/shared_string_more"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="48dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
|
|
|
@ -213,6 +213,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/marker_btn_ok"
|
||||
android:contentDescription="@string/shared_string_remove"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
|
@ -220,6 +221,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/marker_btn_more"
|
||||
android:contentDescription="@string/shared_string_more"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
|
@ -294,6 +296,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/marker_btn_ok_2dn"
|
||||
android:contentDescription="@string/shared_string_remove"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="48dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
|
|
Loading…
Reference in a new issue