adding contentdescriptions to task icons
This commit is contained in:
parent
2a6c7b650f
commit
da126eead8
|
@ -11,6 +11,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
|
android:contentDescription="@string/task"
|
||||||
android:paddingStart="@dimen/one_dp"
|
android:paddingStart="@dimen/one_dp"
|
||||||
android:paddingTop="@dimen/one_dp"
|
android:paddingTop="@dimen/one_dp"
|
||||||
android:paddingBottom="@dimen/one_dp"
|
android:paddingBottom="@dimen/one_dp"
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_marginStart="@dimen/small_margin"
|
android:layout_marginStart="@dimen/small_margin"
|
||||||
|
android:contentDescription="@string/task"
|
||||||
android:paddingTop="@dimen/small_margin"
|
android:paddingTop="@dimen/small_margin"
|
||||||
android:paddingBottom="@dimen/small_margin"
|
android:paddingBottom="@dimen/small_margin"
|
||||||
android:src="@drawable/ic_task_vector"
|
android:src="@drawable/ic_task_vector"
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
|
android:contentDescription="@string/task"
|
||||||
android:paddingStart="@dimen/one_dp"
|
android:paddingStart="@dimen/one_dp"
|
||||||
android:paddingTop="@dimen/one_dp"
|
android:paddingTop="@dimen/one_dp"
|
||||||
android:paddingBottom="@dimen/one_dp"
|
android:paddingBottom="@dimen/one_dp"
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
|
android:contentDescription="@string/task"
|
||||||
android:paddingStart="@dimen/one_dp"
|
android:paddingStart="@dimen/one_dp"
|
||||||
android:paddingTop="@dimen/one_dp"
|
android:paddingTop="@dimen/one_dp"
|
||||||
android:paddingBottom="@dimen/one_dp"
|
android:paddingBottom="@dimen/one_dp"
|
||||||
|
|
Loading…
Reference in New Issue