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

6 lines
638 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@color/bottom_area_bg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="10.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:id="@id/label" android:background="@null" style="@style/AreaLabel" />
<android.support.v7.widget.RecyclerView android:id="@id/list" android:paddingLeft="10.0dip" android:paddingRight="10.0dip" android:layout_width="fill_parent" android:layout_height="87.0dip" android:layout_marginBottom="10.0dip" />
</LinearLayout>