|
|
@ -12,12 +12,16 @@
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- No Tasks label -->
|
|
|
|
<!-- No Tasks label -->
|
|
|
|
<TextView android:id="@android:id/empty"
|
|
|
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
<TextView android:id="@android:id/empty"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:drawableTop="@drawable/icon"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
android:visibility="gone"
|
|
|
|
android:text="@string/TLA_no_items"
|
|
|
|
android:text="@string/TLA_no_items"
|
|
|
|
style="@style/TextAppearance.TLA_NoItems"/>
|
|
|
|
style="@style/TextAppearance.TLA_NoItems"/>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Task List -->
|
|
|
|
<!-- Task List -->
|
|
|
|
<ListView android:id="@android:id/list"
|
|
|
|
<ListView android:id="@android:id/list"
|
|
|
@ -27,4 +31,5 @@
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:smoothScrollbar="false"/>
|
|
|
|
android:smoothScrollbar="false"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</android.gesture.GestureOverlayView>
|
|
|
|
</android.gesture.GestureOverlayView>
|
|
|
|