aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/divider.xml
blob: 463d1746d54557ac9d3f6e2e637d74d3938b0c06 (about) (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <size android:height="1dp" />
    <solid android:color="?attr/colorPrimaryDark" />
</shape>