commit | 9f64b347f29f729a425b95b02e88a8f524068ac9 | [log] [tgz] |
---|---|---|
author | Wesley.CW Wang <wesleycwwang@google.com> | Mon Jun 01 21:07:03 2020 +0800 |
committer | Wesley.CW Wang <wesleycwwang@google.com> | Tue Jun 02 15:45:19 2020 +0800 |
tree | 1a3619dd498bd0165d2847645d323dc7a7545f7a | |
parent | 16d8cb9869745f143e31157b943951f965e637db [diff] [blame] |
Implement the custom style flow part 2 - Adjust custom style flow pages layout Doc: https://docs.google.com/presentation/d/15JadcGi5k1_0znUN_XdFpU7UxeXwxjK3Y7LxvhW5ETM/edit#slide=id.g85fff7c452_6_15 Video: https://drive.google.com/file/d/1jJIx__AVBuD_p2pIE25GtDjoCZiBBQw0/view?usp=sharing Bug: 151285666 Test: manually Change-Id: I446f418020a3a2cedc83d52b4c5fce8311346ae3
diff --git a/res/layout/theme_font_option.xml b/res/layout/theme_font_option.xml index 48dcaa2..dea4f78 100644 --- a/res/layout/theme_font_option.xml +++ b/res/layout/theme_font_option.xml
@@ -19,13 +19,6 @@ android:layout_height="wrap_content" android:orientation="vertical"> - <TextView - android:id="@+id/option_label" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_horizontal" - android:layout_marginBottom="@dimen/theme_option_label_margin" - android:textAppearance="@style/OptionTitleTextAppearance"/> <FrameLayout android:id="@+id/option_tile" android:layout_width="@dimen/option_tile_width" @@ -33,6 +26,7 @@ android:layout_gravity="center_horizontal" android:paddingHorizontal="@dimen/option_tile_padding_horizontal" android:paddingVertical="@dimen/option_tile_padding_vertical" + android:layout_marginHorizontal="@dimen/component_options_margin_horizontal" android:background="@drawable/option_border"> <TextView android:id="@+id/thumbnail_text"