mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
444 B
XML
13 lines
444 B
XML
13 years ago
|
<!-- No Tasks label -->
|
||
|
<TextView
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/webServicesLoad"
|
||
|
style="@style/TextAppearance.TLA_NoItems"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_gravity="center"
|
||
|
android:clickable="true"
|
||
|
android:drawableTop="@drawable/icon"
|
||
|
android:gravity="center"
|
||
|
android:text="@string/WSV_click_to_load"/>
|