From b7306b371ada9bd8d29379bdcf116200195bfc9f Mon Sep 17 00:00:00 2001 From: v228a Date: Wed, 19 Feb 2025 10:01:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D0=B8=D0=BB=D0=B8=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=BE=D0=B2.=20=D0=A0?= =?UTF-8?q?=D0=B5=D0=B4=D0=B8=D0=B7=D0=B0=D0=B9=D0=BD=20=D1=8D=D0=BA=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B0=20=D1=81=20=D1=80=D0=B5=D0=B7=D1=83=D0=BB?= =?UTF-8?q?=D1=8C=D1=82=D0=B0=D1=82=D0=BE=D0=BC=20=D0=BE=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/fragment_qr_result.xml | 2 ++ app/src/main/res/values/TextStyle.xml | 33 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 app/src/main/res/values/TextStyle.xml diff --git a/app/src/main/res/layout/fragment_qr_result.xml b/app/src/main/res/layout/fragment_qr_result.xml index 8f4c92b..468aad2 100644 --- a/app/src/main/res/layout/fragment_qr_result.xml +++ b/app/src/main/res/layout/fragment_qr_result.xml @@ -28,6 +28,7 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" + style="@style/Theme.UiTemplate.TextH1" tools:text="This is test text with result scanning" tools:visibility="visible" /> @@ -37,6 +38,7 @@ android:layout_height="wrap_content" android:layout_margin="16dp" android:text="@string/close_button" + style="@style/Theme.UiTemplate.Button" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" /> diff --git a/app/src/main/res/values/TextStyle.xml b/app/src/main/res/values/TextStyle.xml new file mode 100644 index 0000000..639155c --- /dev/null +++ b/app/src/main/res/values/TextStyle.xml @@ -0,0 +1,33 @@ + + + + + + + + +