From e5c89c0b8b9e0b38efdf83b790077f077adc924c Mon Sep 17 00:00:00 2001 From: Pratham Pahariya <54663429+Pratham2305@users.noreply.github.com> Date: Mon, 1 Mar 2021 19:11:09 +0530 Subject: [PATCH] Fixed two item was inaccessable with bottom sheet in landscape mode. (#4187) scrollview is added so that last options are scrollable. --- .../res/layout/fragment_more_bottom_sheet.xml | 155 ++++++++++-------- .../fragment_more_bottom_sheet_logged_out.xml | 115 +++++++------ 2 files changed, 150 insertions(+), 120 deletions(-) diff --git a/app/src/main/res/layout/fragment_more_bottom_sheet.xml b/app/src/main/res/layout/fragment_more_bottom_sheet.xml index 505e2c4dd..4042e2ead 100644 --- a/app/src/main/res/layout/fragment_more_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_more_bottom_sheet.xml @@ -5,80 +5,95 @@ android:theme="?attr/more_bottom_sheet_style" android:orientation="vertical"> - + - + - + - + - + - + + + + + + + + + + + - diff --git a/app/src/main/res/layout/fragment_more_bottom_sheet_logged_out.xml b/app/src/main/res/layout/fragment_more_bottom_sheet_logged_out.xml index 2c5a3fa3c..ecb56cee1 100644 --- a/app/src/main/res/layout/fragment_more_bottom_sheet_logged_out.xml +++ b/app/src/main/res/layout/fragment_more_bottom_sheet_logged_out.xml @@ -5,58 +5,73 @@ android:theme="?attr/more_bottom_sheet_style" android:orientation="vertical"> - + - + - + - + + + + + + + + + + + -