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

8 lines
828 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="#fff8f9fb" 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" />
<com.moji.viewpager.CeilViewPager android:id="@id/viewpager" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</LinearLayout>