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_shape_option.xml b/res/layout/theme_shape_option.xml index 94e31ea..c5682c0 100644 --- a/res/layout/theme_shape_option.xml +++ b/res/layout/theme_shape_option.xml
@@ -16,15 +16,14 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:orientation="vertical"> <FrameLayout android:id="@+id/option_tile" android:layout_width="@dimen/option_tile_width" android:layout_height="@dimen/option_tile_width" android:layout_gravity="center" - android:layout_marginTop="16dp" - android:padding="2dp"> + android:layout_marginHorizontal="@dimen/component_options_margin_horizontal"> <ImageView android:id="@+id/shape_thumbnail" android:layout_width="match_parent"