Initial commit - v1.1.9
This commit is contained in:
9
app/src/main/res/drawable/bg_dialog_header.xml
Normal file
9
app/src/main/res/drawable/bg_dialog_header.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="135"
|
||||
android:startColor="#800381FE"
|
||||
android:endColor="#805856D6"
|
||||
android:type="linear"/>
|
||||
<corners android:topLeftRadius="28dp" android:topRightRadius="28dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user