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

5 lines
481 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="12.0dip" android:textColor="#ff1a1a1a" android:background="@drawable/novice_top_left_white" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/guide_collection_notice" />
</LinearLayout>