tolle sachen gemacht
This commit is contained in:
parent
b33ad3df96
commit
4a9db0ddf1
39
app/src/main/res/drawable/sidemenu.xml
Normal file
39
app/src/main/res/drawable/sidemenu.xml
Normal file
@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<stroke
|
||||
android:width="0dp"
|
||||
android:color="#FFFFFF" />
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="?attr/colorPrimary"
|
||||
android:startColor="?attr/colorSecondary" />
|
||||
<corners
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="20dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:bottom="2dp"
|
||||
android:left="0dp"
|
||||
android:right="2dp"
|
||||
android:top="2dp">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<stroke
|
||||
android:width="0dp"
|
||||
android:color="#FFFFFF" />
|
||||
<gradient
|
||||
android:angle="180"
|
||||
android:endColor="?attr/colorOnBackground"
|
||||
android:startColor="?attr/colorOnBackground" />
|
||||
<corners
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="20dp"
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="20dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
@ -18,12 +18,13 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start"
|
||||
android:background="@drawable/background"
|
||||
android:layout_marginTop="76dp"
|
||||
android:background="@drawable/sidemenu"
|
||||
android:fitsSystemWindows="true"
|
||||
android:scaleType="centerCrop"
|
||||
app:headerLayout="@layout/nav_header_main"
|
||||
app:itemIconTint="@color/white"
|
||||
app:itemTextColor="#FFFFFF"
|
||||
app:itemIconTint="@color/mtrl_btn_text_color_selector"
|
||||
app:itemTextColor="@color/mtrl_btn_text_color_selector"
|
||||
app:menu="@menu/activity_main_drawer" />
|
||||
</androidx.drawerlayout.widget.DrawerLayout>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user