mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
9716849bb9
Closes #6546 Fixes #6544 // FREEBIE
20 lines
578 B
XML
20 lines
578 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
<shape>
|
|
<padding android:top="1dp" android:right="0dp" android:bottom="0dp" android:left="0dp" />
|
|
<solid android:color="#101010" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item>
|
|
<shape>
|
|
<padding android:top="1dp" android:right="0dp" android:bottom="0dp" android:left="0dp" />
|
|
<solid android:color="#222222" />
|
|
<size android:height="20dp"/>
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list>
|