mirror of https://github.com/FongMi/TV.git
parent
b4ee11bf24
commit
19b3566a1f
@ -1,25 +1,10 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<androidx.leanback.widget.VerticalGridView xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:layout_width="match_parent" |
xmlns:tools="http://schemas.android.com/tools" |
||||||
android:layout_height="wrap_content" |
|
||||||
android:gravity="center" |
|
||||||
android:orientation="vertical" |
|
||||||
android:padding="8dp"> |
|
||||||
|
|
||||||
<TextView |
|
||||||
android:layout_width="wrap_content" |
|
||||||
android:layout_height="wrap_content" |
|
||||||
android:layout_marginTop="8dp" |
|
||||||
android:layout_marginBottom="8dp" |
|
||||||
android:text="@string/setting_site_select" |
|
||||||
android:textColor="@color/grey_700" |
|
||||||
android:textSize="18sp" /> |
|
||||||
|
|
||||||
<androidx.leanback.widget.VerticalGridView |
|
||||||
android:id="@+id/recycler" |
android:id="@+id/recycler" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:clipChildren="false" |
android:clipChildren="false" |
||||||
android:clipToPadding="false" /> |
android:clipToPadding="false" |
||||||
|
android:padding="16dp" |
||||||
</LinearLayout> |
tools:listitem="@layout/adapter_site" /> |
||||||
Loading…
Reference in new issue