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.
18 lines
560 B
XML
18 lines
560 B
XML
<!-- No Tasks label -->
|
|
<!--
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
**
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
-->
|
|
<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"/>
|