From ed7c8a41d069e1c0558b87f6e067fe5bc2403f37 Mon Sep 17 00:00:00 2001 From: Andy Wickham Date: Thu, 16 Apr 2020 17:46:13 +0000 Subject: [PATCH] Removes more Back references for generic tutorial styles. Change-Id: Ie959f897ee19d636eabfd8cbe9a8a2615264d4cf --- .../res/layout/gesture_tutorial_fragment.xml | 8 ++++---- quickstep/res/values/styles.xml | 20 +++++++++---------- .../interaction/TutorialController.java | 4 ++-- .../interaction/TutorialFragment.java | 3 +-- 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/quickstep/res/layout/gesture_tutorial_fragment.xml b/quickstep/res/layout/gesture_tutorial_fragment.xml index 0bc062af35..68bad9503c 100644 --- a/quickstep/res/layout/gesture_tutorial_fragment.xml +++ b/quickstep/res/layout/gesture_tutorial_fragment.xml @@ -58,7 +58,7 @@ android:layout_gravity="center_horizontal" android:layout_marginStart="@dimen/gesture_tutorial_title_margin_start_end" android:layout_marginEnd="@dimen/gesture_tutorial_title_margin_start_end" - style="@style/TextAppearance.BackGestureTutorial.Title"/> + style="@style/TextAppearance.GestureTutorial.Title"/> + style="@style/TextAppearance.GestureTutorial.Subtitle"/> @@ -99,7 +99,7 @@ android:stateListAnimator="@null" android:background="@drawable/gesture_tutorial_action_button_background" android:foreground="?android:attr/selectableItemBackgroundBorderless" - style="@style/TextAppearance.BackGestureTutorial.ButtonLabel"/> + style="@style/TextAppearance.GestureTutorial.ButtonLabel"/>