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

6 lines
564 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.moji.newliveview.base.view.bannerView.BannerView android:id="@id/view_banner" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<View android:id="@id/v_line" android:background="@color/background" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="10.0dip" />
</LinearLayout>