always_on_widget.xml raw
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="match_parent"
4 android:background="@android:color/transparent"
5 android:padding="@dimen/widget_margin">
6
7 <ImageView
8 android:id="@+id/always_on_widget_image"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:layout_centerHorizontal="true"
12 android:layout_centerVertical="true"
13 android:contentDescription="@string/AlwaysOn"
14 android:src="@drawable/ic_always_on_widget_off"/>
15
16 </RelativeLayout>