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

7 lines
718 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<View android:background="#ffefeff0" android:layout_width="fill_parent" android:layout_height="10.0dip" />
<View android:background="#ffdedede" android:layout_width="fill_parent" android:layout_height="1.0px" />
<TextView android:textColor="#ff313131" android:gravity="center|left" android:id="@id/textView" android:background="#fff7f7f7" android:paddingLeft="13.0dip" android:layout_width="fill_parent" android:layout_height="46.0dip" android:text="@string/downloaded" />
</LinearLayout>