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

8 lines
830 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@color/background" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.moji.titlebar.MJTitleBar android:id="@id/title_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.moji.mjweather.ipc.view.IndicatorView android:id="@id/v_indicator" android:background="#fff8f8f8" android:layout_width="fill_parent" android:layout_height="40.0dip" />
<View android:background="#0d000000" android:layout_width="fill_parent" android:layout_height="0.5dip" />
<android.support.v4.view.ViewPager android:id="@id/vp" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</LinearLayout>