diff --git a/res/layout/select_account_list_item.xml b/res/layout/select_account_list_item.xml index 716adff824d..2f71338448d 100644 --- a/res/layout/select_account_list_item.xml +++ b/res/layout/select_account_list_item.xml @@ -36,6 +36,5 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/title" - android:textColor="?android:attr/textColorSecondary" android:layout_alignStart="@id/title" /> diff --git a/res/values-night/styles.xml b/res/values-night/styles.xml index a388855e8d7..f69c952e5d3 100644 --- a/res/values-night/styles.xml +++ b/res/values-night/styles.xml @@ -28,6 +28,6 @@ \ No newline at end of file diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 244f0fddde2..4f3d4072f97 100755 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -441,4 +441,8 @@ 5dp 1dp 2dp + + + 24dp + 8dp diff --git a/res/values/styles.xml b/res/values/styles.xml index afa13a1b76f..838d63b1879 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -919,6 +919,7 @@