mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-15 11:17:30 +00:00
22 lines
659 B
XML
22 lines
659 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:bottom="1dp"
|
|
android:left="-2dp"
|
|
android:right="-2dp"
|
|
android:top="-2dp">
|
|
<shape android:shape="rectangle">
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="?colorControlNormal" />
|
|
|
|
<solid android:color="#00FFFFFF" />
|
|
|
|
<!--<padding android:left="0dp"-->
|
|
<!-- android:right="0dp"-->
|
|
<!-- android:top="0dp"-->
|
|
<!-- android:bottom="0dp" />-->
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|