<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/MainView"
|
android:layout_width="fill_parent"
|
android:layout_height="fill_parent"
|
android:background="@android:color/black">
|
|
<com.haicaojie.android.ui.trends.image.view.HackyViewPager
|
android:id="@+id/bi_viewpager"
|
android:layout_width="fill_parent"
|
android:layout_height="fill_parent"
|
android:layout_below="@+id/id_toolbar"
|
android:visibility="gone"></com.haicaojie.android.ui.trends.image.view.HackyViewPager>
|
|
|
<RelativeLayout
|
android:id="@+id/addrelative"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentBottom="true"
|
android:layout_centerHorizontal="true"
|
android:layout_marginBottom="40dp">
|
|
<LinearLayout
|
android:id="@+id/AddLayout"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="vertical"></LinearLayout>
|
|
<View
|
android:id="@+id/moveView"
|
android:layout_width="5dp"
|
android:layout_height="5dp"
|
android:layout_marginLeft="5dp"
|
android:background="@android:color/holo_red_dark" />
|
|
</RelativeLayout>
|
|
|
</RelativeLayout>
|