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

5 lines
460 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="13.0dip" android:textColor="#ff999999" android:id="@id/tv_station_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/_48_line" android:ems="1" />
</LinearLayout>