From bffa1bc0913ef6cd0d00beae48b2187bf986dcb1 Mon Sep 17 00:00:00 2001 From: jacques Date: Fri, 14 Jul 2023 12:27:45 +0200 Subject: [PATCH] Change custom layout to constraint --- app/src/main/res/layout/custodialoglayout.xml | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/custodialoglayout.xml b/app/src/main/res/layout/custodialoglayout.xml index 86c0bef..319d3c6 100644 --- a/app/src/main/res/layout/custodialoglayout.xml +++ b/app/src/main/res/layout/custodialoglayout.xml @@ -7,10 +7,12 @@ tools:ignore="MissingDefaultResource"> @@ -39,21 +41,30 @@ android:layout_marginLeft="22dp" android:layout_marginTop="18dp" android:layout_marginRight="12dp" + android:fontFamily="@font/opensans_semibold" android:text="@string/app_name" - android:textSize="14dp" + android:textSize="16dp" tools:ignore="HardcodedText,RtlHardcoded,SpUsage" />