5 lines
166 B
XML
5 lines
166 B
XML
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<size android:width="1dp" />
|
||
|
|
<solid android:color="@color/primary_grey_BEBEBE" />
|
||
|
|
</shape>
|