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

5 lines
690 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="12.0dip" android:textColor="@color/white" android:gravity="center" android:id="@id/tv_feed" android:background="@drawable/novice_top" android:paddingLeft="20.0dip" android:paddingTop="12.0dip" android:paddingRight="20.0dip" android:paddingBottom="7.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/feed_novice_tips" android:lines="1" android:layout_alignParentTop="true" />
</LinearLayout>