From 1f3c0904bd58976e0ea98c3723014c814c50f246 Mon Sep 17 00:00:00 2001 From: zuevval Date: Sat, 3 Oct 2020 12:31:33 +0300 Subject: [PATCH] #278 refine dots captions appearance --- app/src/main/res/layout/braille_dots_view.xml | 3 +++ app/src/main/res/values/dimens.xml | 2 ++ app/src/main/res/values/styles.xml | 1 + 3 files changed, 6 insertions(+) diff --git a/app/src/main/res/layout/braille_dots_view.xml b/app/src/main/res/layout/braille_dots_view.xml index 9408f492..b17e598b 100644 --- a/app/src/main/res/layout/braille_dots_view.xml +++ b/app/src/main/res/layout/braille_dots_view.xml @@ -61,6 +61,7 @@ android:layout_marginEnd="@dimen/braille_dots_outer_horizontal_margin" android:layout_marginBottom="@dimen/braille_dots_inner_vertical_margin" android:contentDescription="@string/braille_dot_4" + android:paddingEnd="@dimen/braille_dots_right_column_text_padding" android:text="@string/braille_dot_4_text" app:layout_constraintBottom_toTopOf="@+id/dotButton5" app:layout_constraintEnd_toEndOf="parent" @@ -76,6 +77,7 @@ android:layout_marginEnd="@dimen/braille_dots_outer_horizontal_margin" android:layout_marginBottom="@dimen/braille_dots_inner_vertical_margin" android:contentDescription="@string/braille_dot_5" + android:paddingEnd="@dimen/braille_dots_right_column_text_padding" android:text="@string/braille_dot_5_text" app:layout_constraintBottom_toTopOf="@+id/dotButton6" app:layout_constraintEnd_toEndOf="parent" @@ -91,6 +93,7 @@ android:layout_marginEnd="@dimen/braille_dots_outer_horizontal_margin" android:layout_marginBottom="@dimen/braille_dots_outer_vertical_margin" android:contentDescription="@string/braille_dot_6" + android:paddingEnd="@dimen/braille_dots_right_column_text_padding" android:text="@string/braille_dot_6_text" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index cacf9cb5..bd2407b8 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -8,6 +8,8 @@ 25dp 2.6 1 + + 1dp 0.85 0.9 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 87514914..e8b9706a 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -48,6 +48,7 @@ @drawable/round_checkbox center @drawable/round_checkbox + sans-serif-light