platform_layout_root.xml 510 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:id="@+id/ll_root"
              android:layout_width="match_parent"
              android:layout_height="match_parent"
              android:orientation="vertical">

    <View
        android:id="@+id/view_status_place_holder"
        android:layout_width="match_parent"
konghaorui committed
11
        android:background="@color/platform_white"
konghaorui committed
12 13 14
        android:layout_height="0dp"/>

</LinearLayout>