fedilab-Android-App/app/src/main/res/drawable/side_nav_bar_black.xml

9 lines
305 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:centerColor="@color/black"
android:endColor="@color/black"
android:startColor="@color/black"
android:type="linear" />
</shape>