summaryrefslogtreecommitdiffstats
path: root/res/drawable/component_selector_divider.xml
blob: 8e0597f0512194baa716383231afba85a6fc1ae6 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android">

    <size android:width="2px"/>
    <solid android:color="@color/component_divider_color"/>

</shape>