wdlayout_item_layout_placeholder.xml
739 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp30">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:text="敬请期待 >" />
<View
android:layout_width="match_parent"
android:layout_marginLeft="@dimen/rmrb_dp16"
android:layout_marginRight="@dimen/rmrb_dp16"
android:layout_height="@dimen/rmrb_dp1"
android:layout_gravity="bottom"
android:background="@color/res_color_common_C7" />
</FrameLayout>