From 5aaa34dc7e24a63f78c5b220ed226eca7b7aeab9 Mon Sep 17 00:00:00 2001 From: mittorn Date: Tue, 3 Apr 2018 02:00:25 +0700 Subject: [PATCH] Make title adaptive --- res/layout/tutorial_step.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/tutorial_step.xml b/res/layout/tutorial_step.xml index a4e65c2c..24a956c1 100644 --- a/res/layout/tutorial_step.xml +++ b/res/layout/tutorial_step.xml @@ -23,7 +23,7 @@ android:id="@+id/title" style="@android:style/TextAppearance.DeviceDefault.Large" android:layout_width="match_parent" - android:layout_height="50dp" + android:layout_height="wrap_content" android:gravity="center_horizontal|bottom" android:paddingEnd="16dp" android:paddingStart="16dp"