blob: d27db1a0302dd810de2bd01830927183c2d150ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8"?>
<!--
*****************************************************
Used to create the image to be shown in the motd fragment
example: <item android:drawable="@drawable/mybackground" />
*****************************************************
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_motd"
android:gravity="fill_horizontal|fill_vertical"/>
</layer-list>
|