i don't know what I did
This commit is contained in:
16
app/src/main/res/drawable/pref_divider.xml
Normal file
16
app/src/main/res/drawable/pref_divider.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:left="12dp">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<size
|
||||
android:width="100dp"
|
||||
android:height="0.9dp"/>
|
||||
|
||||
<solid android:color="#f3f5f9"/>
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user