26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="@color/bg_2E3B55"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.recyclelib.URecyclerView
|
|
android:id="@+id/recycleView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/diy_content_left_right"
|
|
android:layout_marginTop="30dp"
|
|
android:layout_marginRight="@dimen/diy_content_left_right"/>
|
|
<ImageView
|
|
android:id="@+id/imgBack"
|
|
android:layout_width="@dimen/diy_icon_back"
|
|
android:layout_height="@dimen/diy_icon_back"
|
|
android:layout_marginLeft="@dimen/diy_icon_back_margin_left"
|
|
android:layout_marginTop="@dimen/diy_icon_back_margin_top"
|
|
android:src="@drawable/diy_title_back"/>
|
|
<com.ubt.jimu.widgets.LoadingView
|
|
android:id="@+id/loadingView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="@dimen/diy_content_top"/>
|
|
</FrameLayout>
|