GitNex-Android-App/app/src/main/res/drawable/shape_bottom_sheet_top_corn...

14 lines
367 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:topLeftRadius="@dimen/dimen28dp"
android:topRightRadius="@dimen/dimen28dp"/>
<padding android:top="@dimen/dimen28dp"/>
<solid android:color="?attr/primaryBackgroundColor"/>
</shape>