mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
add `preference_list_divider_m3
`
This commit is contained in:
parent
e2517962bf
commit
04fdd2544b
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="?attr/colorOutlineVariant" />
|
||||
<size
|
||||
android:width="1dp"
|
||||
android:height="1dp" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
Loading…
Add table
Add a link
Reference in a new issue