mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
19 lines
582 B
XML
19 lines
582 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="#d4d4d4" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item>
|
|
<shape>
|
|
<padding android:top="1dp" android:right="0dp" android:bottom="0dp" android:left="0dp" />
|
|
<solid android:color="@color/gray5" />
|
|
<size android:height="20dp"/>
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |