mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 00:37:59 -06:00
10 lines
389 B
XML
10 lines
389 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@android:color/transparent"/>
|
|
<stroke android:width="2dip" android:color="#626262" />
|
|
<corners android:radius="3dip"/>
|
|
<padding android:left="0dip"
|
|
android:top="0dip"
|
|
android:right="0dip"
|
|
android:bottom="0dip" />
|
|
</shape> |