33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/refresh"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:background="@mipmap/playfair_selected_gradle">
|
|
|
|
<com.veloria.now.shortapp.rewards.VSNotificationsDefault
|
|
android:id="@+id/stateLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recyclerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_margin="@dimen/dp_6"
|
|
tools:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
|
|
tools:spanCount="3" />
|
|
<TextView
|
|
android:gravity="center_vertical"
|
|
android:paddingTop="5dp"
|
|
android:layout_width="0dp"
|
|
android:background="#36CC65"
|
|
android:textColor="#2EA88E"
|
|
android:visibility="invisible"
|
|
android:layout_height="0dp"
|
|
android:text="cbrtLegacy"/>
|
|
|
|
</com.veloria.now.shortapp.rewards.VSNotificationsDefault>
|
|
|
|
</com.scwang.smart.refresh.layout.SmartRefreshLayout> |