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 c26b0d7..231dcc7 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 a9ed7f4..b5479b5 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 e2f21ca..30376ec 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 d50fd5e..e833227 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 225837e..d08661f 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 6f342b0..c6515c1 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 2fa70ea..d51b994 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -47,5 +47,13 @@ 16sp + -- 2.40.1