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

5 lines
495 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="16.0dip" android:textColor="#ff323232" android:gravity="center_vertical" android:id="@id/tv_date" android:background="@color/white" android:paddingLeft="5.0dip" android:layout_width="fill_parent" android:layout_height="40.0dip" />
</LinearLayout>