mirror of https://github.com/FongMi/TV.git
parent
b94665b48a
commit
a6344e5722
|
Before Width: | Height: | Size: 15 KiB |
@ -1,5 +1,4 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:id="@+id/main_browse_fragment" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" /> |
||||
@ -1,6 +1,4 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:id="@+id/main_browse_fragment" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:background="@drawable/wallpaper_1" /> |
||||
android:layout_height="match_parent" /> |
||||
@ -0,0 +1,17 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:orientation="vertical" |
||||
android:paddingStart="16dp" |
||||
android:paddingTop="16dp" |
||||
android:paddingEnd="16dp"> |
||||
|
||||
<EditText |
||||
android:id="@+id/url" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:hint="請輸入配置接口" |
||||
android:textSize="18sp" /> |
||||
|
||||
</LinearLayout> |
||||
Loading…
Reference in new issue