Weather/res/layout/activity_background_animation_shop.xml
2021-05-10 10:13:34 +02:00

8 lines
921 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.moji.titlebar.MJTitleBar android:id="@id/title_bg_store" android:layout_width="fill_parent" android:layout_height="wrap_content" app:mjTbBackground="@drawable/d_white" app:mjTbTitleText="@string/back_animation_title" />
<com.moji.multiplestatuslayout.MJMultipleStatusLayout android:id="@id/status_bg_store" android:layout_width="fill_parent" android:layout_height="fill_parent">
<android.support.v7.widget.RecyclerView android:id="@id/rv_bg_store" android:background="@color/white" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</com.moji.multiplestatuslayout.MJMultipleStatusLayout>
</LinearLayout>