22 lines
491 B
XML
22 lines
491 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<solid android:color="#66FFFFFF" />
|
|
|
|
<size android:width="4dp" />
|
|
|
|
<!--
|
|
<gradient
|
|
android:angle="45"
|
|
android:centerColor="#66ff5c33"
|
|
android:endColor="#66FF3401"
|
|
android:startColor="#66FF3401" />
|
|
|
|
<corners android:radius="8dp" />
|
|
|
|
<padding
|
|
android:left="0.5dp"
|
|
android:right="0.5dp" />
|
|
-->
|
|
|
|
</shape> |