24 lines
921 B
XML
24 lines
921 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:paddingTop="@dimen/fa"
|
|
android:paddingBottom="@dimen/fa"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<com.lerist.lib.factory.widget.LRecyclerView
|
|
android:id="@+id/l5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:overScrollMode="never"/>
|
|
<com.lerist.lib.ads.widget.AdHtmlView
|
|
android:textSize="@dimen/f6"
|
|
android:textStyle="bold"
|
|
android:id="@+id/l4"
|
|
android:paddingLeft="@dimen/ff"
|
|
android:paddingRight="@dimen/fa"
|
|
android:visibility="visible"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/f6"/>
|
|
</LinearLayout>
|