mirror of https://github.com/tasks/tasks
Complete tasks from scrolling widget
parent
7f2c03a430
commit
5b5668f426
@ -1,19 +1,27 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?><!--
|
||||||
<!--
|
|
||||||
** Copyright (c) 2012 Todoroo Inc
|
** Copyright (c) 2012 Todoroo Inc
|
||||||
**
|
**
|
||||||
** See the file "LICENSE" for the full license governing this code.
|
** See the file "LICENSE" for the full license governing this code.
|
||||||
-->
|
-->
|
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:minHeight="35dp">
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/completeBox"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center_vertical|center_horizontal"/>
|
||||||
|
|
||||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center_vertical"
|
||||||
|
android:paddingLeft="5dp"
|
||||||
android:id="@+id/text"
|
android:id="@+id/text"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:paddingLeft="5dip"
|
|
||||||
android:paddingTop="5dip"
|
|
||||||
android:paddingBottom="2dip"
|
|
||||||
android:paddingRight="5dip"
|
|
||||||
style="@style/TextAppearance.Widget"
|
style="@style/TextAppearance.Widget"
|
||||||
android:singleLine="true">
|
android:singleLine="true"/>
|
||||||
|
|
||||||
</TextView>
|
</LinearLayout>
|
||||||
Loading…
Reference in New Issue