bitwarden-android/src/Android/Resources/drawable/bottom_nav_bg.xml

14 lines
366 B
XML
Raw Normal View History

2017-12-29 01:31:44 +03:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#D2D6DF" />
</shape>
</item>
<item android:top="1dp">
<shape android:shape="rectangle">
<solid android:color="#F5F5F7" />
</shape>
</item>
</layer-list>