98 lines
3.5 KiB
XML
98 lines
3.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
tools:context=".Fragment_jingxuan">
|
||
|
|
||
|
|
||
|
<LinearLayout
|
||
|
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="vertical"
|
||
|
|
||
|
>
|
||
|
<com.youth.banner.Banner
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
android:id="@+id/banner"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="150dp" />
|
||
|
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/message"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="0" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/message2"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="1" />
|
||
|
|
||
|
|
||
|
|
||
|
<com.youth.banner.Banner
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
android:id="@+id/banner2"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="150dp" />
|
||
|
<TextView
|
||
|
android:id="@+id/message3"
|
||
|
android:layout_width="159dp"
|
||
|
android:layout_height="92dp"
|
||
|
android:text="2" />
|
||
|
<TextView
|
||
|
android:id="@+id/message4"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_marginEnd="28dp"
|
||
|
android:layout_marginRight="28dp"
|
||
|
android:layout_marginBottom="8dp"
|
||
|
android:text="3"
|
||
|
app:layout_constraintBottom_toTopOf="@+id/navigation"
|
||
|
app:layout_constraintEnd_toEndOf="parent" />
|
||
|
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
<android.support.v4.widget.NestedScrollView
|
||
|
android:id="@+id/n_scroll_view"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="vertical">
|
||
|
<TextView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="哈"
|
||
|
android:textColor="#0f0"
|
||
|
android:textSize="200sp" />
|
||
|
<TextView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="哈"
|
||
|
android:textColor="#0f0"
|
||
|
android:textSize="200sp" />
|
||
|
<TextView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="哈"
|
||
|
android:textColor="#0f0"
|
||
|
android:textSize="200sp" />
|
||
|
<TextView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:text="哈"
|
||
|
android:textColor="#0f0"
|
||
|
android:textSize="200sp" />
|
||
|
</LinearLayout>
|
||
|
</android.support.v4.widget.NestedScrollView>
|
||
|
</FrameLayout>
|