mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 21:25:05 -05:00
10 lines
258 B
XML
Executable File
10 lines
258 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:left="0dp"
|
|
android:right="5dp">
|
|
<bitmap android:src="@drawable/indicator" />
|
|
</item>
|
|
|
|
</layer-list> |