|
|
@ -25,17 +25,13 @@
|
|
|
|
android:background="@drawable/widget_background"
|
|
|
|
android:background="@drawable/widget_background"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:padding="4dp">
|
|
|
|
android:paddingBottom="0dp"
|
|
|
|
|
|
|
|
android:paddingLeft="8dp"
|
|
|
|
|
|
|
|
android:paddingRight="8dp">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/label"
|
|
|
|
android:id="@+id/label"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="Habit"
|
|
|
|
|
|
|
|
android:textColor="#ffffff"/>
|
|
|
|
android:textColor="#ffffff"/>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|