FENGMI蜂蜜影视 原始JAR及配置
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
BeartvSpider/app/src/main/res/layout/activity_main.xml

77 lines
2.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="16dp">
<Button
android:id="@+id/homeContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="homeContent"
android:textAllCaps="false" />
<Button
android:id="@+id/homeVideoContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="homeVideoContent"
android:textAllCaps="false" />
<Button
android:id="@+id/categoryContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="categoryContent"
android:textAllCaps="false" />
<Button
android:id="@+id/detailContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="detailContent"
android:textAllCaps="false" />
<Button
android:id="@+id/playerContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="playerContent"
android:textAllCaps="false" />
<Button
android:id="@+id/searchContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="searchContent"
android:textAllCaps="false" />
<Button
android:id="@+id/liveContent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="liveContent"
android:textAllCaps="false" />
<Button
android:id="@+id/proxy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="proxy"
android:textAllCaps="false" />
</LinearLayout>
</ScrollView>