|
|
|
|
@ -15,45 +15,46 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
|
android:layout_alignParentStart="true"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:paddingBottom="5dp"
|
|
|
|
|
android:paddingEnd="5dp"
|
|
|
|
|
android:paddingLeft="5dp"
|
|
|
|
|
android:paddingRight="5dp"
|
|
|
|
|
android:paddingStart="5dp"
|
|
|
|
|
android:paddingTop="5dp" />
|
|
|
|
|
android:padding="5dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/widget_text"
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
|
android:layout_toEndOf="@id/widget_complete_box"
|
|
|
|
|
android:layout_toRightOf="@id/widget_complete_box"
|
|
|
|
|
android:paddingEnd="5dp"
|
|
|
|
|
android:paddingLeft="0dp"
|
|
|
|
|
android:paddingRight="5dp"
|
|
|
|
|
android:paddingStart="0dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAlignment="viewStart"
|
|
|
|
|
android:textSize="16sp" />
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/widget_due_date"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_below="@id/widget_text"
|
|
|
|
|
android:layout_toEndOf="@id/widget_complete_box"
|
|
|
|
|
android:layout_toRightOf="@id/widget_complete_box"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:paddingEnd="5dp"
|
|
|
|
|
android:paddingLeft="0dp"
|
|
|
|
|
android:paddingRight="5dp"
|
|
|
|
|
android:paddingStart="0dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAlignment="viewStart"
|
|
|
|
|
android:textSize="12sp"
|
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/widget_text"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:paddingEnd="5dp"
|
|
|
|
|
android:paddingLeft="0dp"
|
|
|
|
|
android:paddingRight="5dp"
|
|
|
|
|
android:paddingStart="0dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAlignment="viewStart"
|
|
|
|
|
android:textSize="16sp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/widget_due_date"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:paddingEnd="5dp"
|
|
|
|
|
android:paddingLeft="0dp"
|
|
|
|
|
android:paddingRight="5dp"
|
|
|
|
|
android:paddingStart="0dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAlignment="viewStart"
|
|
|
|
|
android:textSize="12sp"
|
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|