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

5 lines
501 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textSize="12.0dip" android:textColor="#ffc8c8c8" android:layout_gravity="center_horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="14.0dip" android:layout_marginBottom="13.0dip" android:text="@string/channel_footer" />
</FrameLayout>