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

5 lines
618 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="14.0dip" android:textColor="@color/white" android:gravity="center" android:id="@id/tv_nowcasting" android:background="@drawable/short_time_novice_bg" android:paddingLeft="10.0dip" android:paddingRight="10.0dip" android:layout_width="wrap_content" android:layout_height="30.0dip" android:text="@string/novice_guide_forcast" android:lines="1" android:layout_alignParentTop="true" />
</RelativeLayout>