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

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@color/bg_white"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:textSize="@dimen/text_22"
android:id="@+id/tv_no_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/search_no_content"
android:layout_centerInParent="true"/>
<ImageView
android:id="@+id/img_no_content"
android:background="@drawable/community_search_no_result"
android:layout_width="200px"
android:layout_height="200px"
android:layout_marginBottom="5px"
android:layout_above="@+id/tv_no_content"
android:layout_centerHorizontal="true"/>
<com.recyclelib.URecyclerView
android:id="@+id/ry_content"
android:background="@color/bg_ebebeb"
android:paddingLeft="121px"
android:paddingRight="121px"
android:layout_width="match_parent"
android:layout_height="match_parent"
style="@style/recyclerviewBar_style"/>
</com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout>