mirror of https://github.com/tasks/tasks
Rounded corners on drawer fragment
parent
b008545b02
commit
1e4fa7c744
@ -1,17 +1,8 @@
|
|||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent"
|
|
||||||
android:background="@color/drawer_color"
|
|
||||||
app:insetForeground="#4000">
|
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
|
||||||
android:id="@+id/recycler_view"
|
android:id="@+id/recycler_view"
|
||||||
android:scrollbarStyle="outsideOverlay"
|
android:paddingTop="@dimen/bottom_sheet_corners"
|
||||||
|
android:clipToPadding="false"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:scrollbars="vertical"
|
android:scrollbarStyle="outsideOverlay"
|
||||||
tools:context=".NavigationDrawerFragment"/>
|
android:scrollbars="vertical"/>
|
||||||
|
|
||||||
</FrameLayout>
|
|
||||||
|
|||||||
Loading…
Reference in New Issue