mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
13 lines
366 B
XML
13 lines
366 B
XML
<?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>
|