From 35b9647709cba2d77bc89c8e241ccb13617b9169 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 11 Oct 2019 16:36:42 +0500 Subject: [PATCH] improve bottomsheet with scroll and separater --- .../admin_users_bottom_sheet_layout.xml | 35 ++-- .../nav_sub_menu_bottom_sheet_layout.xml | 35 ++-- .../res/layout/org_bottom_sheet_layout.xml | 38 ++-- .../layout/profile_bottom_sheet_layout.xml | 38 ++-- .../res/layout/repo_bottom_sheet_layout.xml | 174 ++++++++++-------- .../single_issue_bottom_sheet_layout.xml | 174 ++++++++++-------- app/src/main/res/values/styles.xml | 8 + 7 files changed, 300 insertions(+), 202 deletions(-) diff --git a/app/src/main/res/layout/admin_users_bottom_sheet_layout.xml b/app/src/main/res/layout/admin_users_bottom_sheet_layout.xml index c26b0d72..231dcc73 100644 --- a/app/src/main/res/layout/admin_users_bottom_sheet_layout.xml +++ b/app/src/main/res/layout/admin_users_bottom_sheet_layout.xml @@ -2,22 +2,35 @@ - + android:layout_height="wrap_content"> + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/nav_sub_menu_bottom_sheet_layout.xml b/app/src/main/res/layout/nav_sub_menu_bottom_sheet_layout.xml index a9ed7f49..b5479b50 100644 --- a/app/src/main/res/layout/nav_sub_menu_bottom_sheet_layout.xml +++ b/app/src/main/res/layout/nav_sub_menu_bottom_sheet_layout.xml @@ -2,22 +2,35 @@ - + android:layout_height="wrap_content"> + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/org_bottom_sheet_layout.xml b/app/src/main/res/layout/org_bottom_sheet_layout.xml index e2f21caa..30376ec0 100644 --- a/app/src/main/res/layout/org_bottom_sheet_layout.xml +++ b/app/src/main/res/layout/org_bottom_sheet_layout.xml @@ -1,22 +1,36 @@ - - + android:layout_height="wrap_content"> + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/profile_bottom_sheet_layout.xml b/app/src/main/res/layout/profile_bottom_sheet_layout.xml index d50fd5ef..e833227a 100644 --- a/app/src/main/res/layout/profile_bottom_sheet_layout.xml +++ b/app/src/main/res/layout/profile_bottom_sheet_layout.xml @@ -1,22 +1,36 @@ - - + android:layout_height="wrap_content"> + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/repo_bottom_sheet_layout.xml b/app/src/main/res/layout/repo_bottom_sheet_layout.xml index 225837ef..d08661f4 100644 --- a/app/src/main/res/layout/repo_bottom_sheet_layout.xml +++ b/app/src/main/res/layout/repo_bottom_sheet_layout.xml @@ -1,94 +1,112 @@ - - + android:layout_height="400dp"> - + - + - + - + - + - + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/single_issue_bottom_sheet_layout.xml b/app/src/main/res/layout/single_issue_bottom_sheet_layout.xml index 6f342b04..c6515c13 100644 --- a/app/src/main/res/layout/single_issue_bottom_sheet_layout.xml +++ b/app/src/main/res/layout/single_issue_bottom_sheet_layout.xml @@ -1,94 +1,112 @@ - - + android:layout_height="400dp"> - + - + - + - + - + - + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 2fa70ea1..d51b994a 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -47,5 +47,13 @@ 16sp +