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

5 lines
479 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="#fff9f9f9" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="11.0dip" android:textColor="#ff999999" android:gravity="center" android:id="@id/tv_pic_num" android:layout_width="fill_parent" android:layout_height="32.0dip" android:maxLines="1" />
</LinearLayout>