From 00e241f82f60f168e5396a1388d5cff0c825c7c0 Mon Sep 17 00:00:00 2001 From: Andy Wickham Date: Thu, 16 Apr 2020 18:15:12 +0000 Subject: [PATCH] Simplifies Tutorial fragment layout. Removes nested LinearLayout and RelativeLayout, as well as a Space (instead just aligning buttons to the bottom). Test: Manually verified result looks same as before. Change-Id: I773079107be5f8862bae68c0f8f5bf6edff79ce8 --- .../res/layout/gesture_tutorial_fragment.xml | 113 +++++++----------- 1 file changed, 46 insertions(+), 67 deletions(-) diff --git a/quickstep/res/layout/gesture_tutorial_fragment.xml b/quickstep/res/layout/gesture_tutorial_fragment.xml index 68bad9503c..69481ad49f 100644 --- a/quickstep/res/layout/gesture_tutorial_fragment.xml +++ b/quickstep/res/layout/gesture_tutorial_fragment.xml @@ -39,79 +39,58 @@ android:src="@drawable/gesture_tutorial_close_button"/> - - - - - - - - - - - - + android:layout_marginStart="@dimen/gesture_tutorial_title_margin_start_end" + android:layout_marginEnd="@dimen/gesture_tutorial_title_margin_start_end" + style="@style/TextAppearance.GestureTutorial.Title"/> -