mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
16 lines
423 B
XML
16 lines
423 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="#33ffffff" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
|
||
|
<item android:bottom="1dp">
|
||
|
<shape
|
||
|
android:shape="rectangle">
|
||
|
<solid android:color="@color/black" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
|
||
|
</layer-list>
|