aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/horizontal_line.xml
blob: 76386bb9ec332694952dd3f0811b4a3d9604e59d (plain)
1
2
3
4
<shape xmlns:android="http://schemas.android.com/apk/res/android">
	<size android:height="1dp"/>
	<solid android:color="@color/colorPrimaryLighter"/>
</shape>