|
|
|
@ -49,9 +49,19 @@
|
|
|
|
android:textSize="14sp"
|
|
|
|
android:textSize="14sp"
|
|
|
|
tools:text="Tomorrow" />
|
|
|
|
tools:text="Tomorrow" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
|
|
|
android:id="@+id/hidden_icon"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_toEndOf="@id/widget_complete_box"
|
|
|
|
|
|
|
|
android:layout_below="@id/top_padding"
|
|
|
|
|
|
|
|
android:paddingStart="0dp"
|
|
|
|
|
|
|
|
android:paddingEnd="2dp"
|
|
|
|
|
|
|
|
android:src="@drawable/ic_outline_visibility_off_24px" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/widget_text"
|
|
|
|
android:id="@+id/widget_text"
|
|
|
|
android:layout_toEndOf="@id/widget_complete_box"
|
|
|
|
android:layout_toEndOf="@id/hidden_icon"
|
|
|
|
android:layout_toStartOf="@id/widget_due_end"
|
|
|
|
android:layout_toStartOf="@id/widget_due_end"
|
|
|
|
android:layout_below="@id/top_padding"
|
|
|
|
android:layout_below="@id/top_padding"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -70,7 +80,7 @@
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_below="@id/widget_text"
|
|
|
|
android:layout_below="@id/widget_text"
|
|
|
|
android:layout_alignStart="@id/widget_text"
|
|
|
|
android:layout_toEndOf="@id/widget_complete_box"
|
|
|
|
android:paddingTop="2dp"
|
|
|
|
android:paddingTop="2dp"
|
|
|
|
android:paddingStart="0dp"
|
|
|
|
android:paddingStart="0dp"
|
|
|
|
android:paddingEnd="@dimen/widget_padding"
|
|
|
|
android:paddingEnd="@dimen/widget_padding"
|
|
|
|
@ -85,7 +95,7 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_below="@id/widget_description"
|
|
|
|
android:layout_below="@id/widget_description"
|
|
|
|
android:layout_alignStart="@id/widget_text"
|
|
|
|
android:layout_toEndOf="@id/widget_complete_box"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start|center_vertical"
|
|
|
|
android:gravity="start|center_vertical"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
@ -99,7 +109,7 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_below="@id/widget_due_bottom"
|
|
|
|
android:layout_below="@id/widget_due_bottom"
|
|
|
|
android:layout_marginTop="2dp"
|
|
|
|
android:layout_marginTop="2dp"
|
|
|
|
android:layout_alignStart="@id/widget_text"
|
|
|
|
android:layout_toEndOf="@id/widget_complete_box"
|
|
|
|
android:background="@drawable/widget_chip_light"
|
|
|
|
android:background="@drawable/widget_chip_light"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
tools:background="@drawable/widget_chip_light">
|
|
|
|
tools:background="@drawable/widget_chip_light">
|
|
|
|
|