summaryrefslogtreecommitdiff
path: root/res/layout-land
diff options
context:
space:
mode:
authorchihhangchuang <chihhangchuang@google.com>2020-04-20 18:39:32 +0800
committerchihhangchuang <chihhangchuang@google.com>2020-04-20 18:39:32 +0800
commit4962f1446e918bc604c6904dc44c66da5a6650a9 (patch)
tree924499bb6db28eba9d9fd876d81e79ae52aee50f /res/layout-land
parentbed0008d77220a3acf817e3548b84c6a031f35d8 (diff)
downloadThemePicker-4962f1446e918bc604c6904dc44c66da5a6650a9.tar.gz
Update Grid page to new design (Except preview part)
Screenshot: https://screenshot.googleplex.com/wjzgwz556CK.png Next: Update the check icon and position Test: Manually Bug: 151287328 Change-Id: Iecece866a4230d77f15a3c6c2d34e457df1eb091
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/fragment_grid_picker.xml24
1 files changed, 4 insertions, 20 deletions
diff --git a/res/layout-land/fragment_grid_picker.xml b/res/layout-land/fragment_grid_picker.xml
index 77330a87..6c2d8c57 100644
--- a/res/layout-land/fragment_grid_picker.xml
+++ b/res/layout-land/fragment_grid_picker.xml
@@ -39,34 +39,18 @@
android:background="@color/secondary_color"
app:card_style="screen_aspect_ratio"/>
- <LinearLayout
+ <FrameLayout
android:id="@+id/options_section"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
- android:paddingVertical="10dp"
- android:orientation="vertical">
+ android:paddingVertical="10dp">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/options_container"
android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"/>
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingHorizontal="10dp">
- <Button
- android:id="@+id/apply_button"
- style="@style/ActionPrimaryButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentEnd="true"
- android:text="@string/apply_btn"/>
- </RelativeLayout>
-
- </LinearLayout>
+ android:layout_height="match_parent"/>
+ </FrameLayout>
</LinearLayout>
<androidx.core.widget.ContentLoadingProgressBar
android:id="@+id/loading_indicator"