jimu-decompiled/resources/res/layout/frag_diy_tab.xml
2025-05-13 19:24:51 +02:00

27 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.recyclelib.URecyclerView
android:id="@+id/official_diy_recycleView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/home_margin_left"
android:layout_marginTop="@dimen/home_comm_margin_top"
style="@style/scrollbar_recyclerView_vertical"/>
<com.ubt.jimu.widgets.LoadingView
android:id="@+id/official_diy_loading"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/home_comm_margin_top"/>
<ImageView
android:id="@+id/iv_create"
android:layout_width="@dimen/publish_btn"
android:layout_height="@dimen/publish_btn"
android:layout_marginRight="@dimen/dp29w"
android:layout_marginBottom="@dimen/dp29w"
android:src="@drawable/img_my_create"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"/>
</RelativeLayout>