From: Damyan Ivanov Date: Sat, 20 Jul 2019 17:52:21 +0000 (+0300) Subject: add contentDescription for the color picker button in the profile editor X-Git-Tag: v0.11.0~118 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=08886960b2dd3a783d875a507f1422111af8329d add contentDescription for the color picker button in the profile editor --- diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index e55e35a2..b12d306a 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -154,6 +154,7 @@ android:layout_height="@dimen/thumb_row_height" android:layout_weight="1" android:background="?colorPrimary" + android:contentDescription="@string/btn_color_picker_button" android:src="@drawable/ic_palette_black_24dp" android:tint="?drawer_background" /> diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 5b61f83e..2abc572a 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -110,5 +110,6 @@ Премахване Зареждане… Грешен или непълен адрес + Бутон за избор на цвят diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6d1632d8..5a549eed 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -152,4 +152,5 @@ Remove Loading… Invalid URL + Color picker button