mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-12 11:28:57 +00:00
9 lines
274 B
XML
9 lines
274 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:insetLeft="72dp">
|
|
<shape>
|
|
<size
|
|
android:height="1dp"/>
|
|
<solid android:color="@color/disabled_grey"/>
|
|
</shape>
|
|
</inset> |