Weather/res/layout/item_download_empty.xml
2021-05-10 10:13:34 +02:00

5 lines
441 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="72.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="14.0dip" android:textColor="#ff9e9e9e" android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="@string/not_have_download" />
</LinearLayout>