14 lines
No EOL
403 B
XML
14 lines
No EOL
403 B
XML
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:gravity="fill"
|
|
android:drawable="@drawable/train_background"
|
|
/>
|
|
<item
|
|
android:gravity="center"
|
|
android:drawable="@drawable/train_icon"
|
|
android:top="5dp"
|
|
android:bottom="5dp"
|
|
android:left="5dp"
|
|
android:right="5dp"
|
|
/>
|
|
</layer-list> |