67 lines
3.2 KiB
XML
67 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<androidx.core.widget.NestedScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:paddingBottom="@dimen/ff"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<androidx.cardview.widget.CardView
|
|
android:background="@color/a1e"
|
|
android:addStatesFromChildren="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/fy"
|
|
android:layout_marginTop="@dimen/fy"
|
|
android:layout_marginRight="@dimen/fy"
|
|
android:layout_marginBottom="@dimen/f6"
|
|
android:foreground="?attr/a5g"
|
|
app:cardElevation="@dimen/fm"
|
|
app:contentPaddingBottom="@dimen/fa"
|
|
app:contentPaddingTop="@dimen/fa">
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:id="@+id/nx"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/f9"
|
|
android:textColor="@color/ix"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fa"
|
|
android:text="@string/ns"/>
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:id="@+id/nv"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fa">
|
|
<include layout="@layout/d5"/>
|
|
<com.lerist.lib.ads.widget.AdHtmlView
|
|
android:textSize="@dimen/f6"
|
|
android:textStyle="bold"
|
|
android:id="@+id/nw"
|
|
android:paddingTop="@dimen/f3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
<com.lerist.lib.factory.widget.LRecyclerView
|
|
android:id="@+id/os"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="@dimen/fy"/>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|