2017-12-01 06:12:09 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
<size android:width="4dp" />
|
2020-01-31 07:37:28 +11:00
|
|
|
<solid android:color="?attr/colorBackgroundAccent" />
|
2017-12-01 06:12:09 +11:00
|
|
|
</shape>
|