[Material Next] Accessibility gesture tutorial dialog
Problem: The dialog does not follow the Material Next guideline Proposal: 1. Apply the dynamic color by removing SettingsTutorialDialogWrapperActivity which set extra theme 2. Hanlde the recreate case if shows the dialog directly 3. Update new Illustration in Pixel Lottie asset Bug: 195980595 Test: Manual test Change-Id: Ib6267128bbe5522ac8720c15fc2720c9a78f8671
This commit is contained in:
@@ -29,11 +29,15 @@
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="24dp">
|
||||
|
||||
<TextureView
|
||||
android:id="@+id/gesture_tutorial_video"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="200dp"
|
||||
android:layout_gravity="center_horizontal"/>
|
||||
<ImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxHeight="@dimen/accessibility_imageview_size"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:adjustViewBounds="true"
|
||||
android:paddingLeft="24dp"
|
||||
android:paddingRight="24dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@@ -29,11 +29,15 @@
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="24dp">
|
||||
|
||||
<TextureView
|
||||
android:id="@+id/gesture_tutorial_video"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="200dp"
|
||||
android:layout_gravity="center_horizontal"/>
|
||||
<ImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxHeight="@dimen/accessibility_imageview_size"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:adjustViewBounds="true"
|
||||
android:paddingLeft="24dp"
|
||||
android:paddingRight="24dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user