mirror of https://github.com/FongMi/TV.git
parent
fddfc458bc
commit
338e25d08b
@ -1,39 +1,44 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:orientation="vertical" |
||||
android:fillViewport="true" |
||||
android:paddingStart="24dp" |
||||
android:paddingTop="16dp" |
||||
android:paddingEnd="24dp" |
||||
android:paddingBottom="16dp"> |
||||
|
||||
<TextView |
||||
android:id="@+id/title" |
||||
android:layout_width="wrap_content" |
||||
<LinearLayout |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:linksClickable="false" |
||||
android:textColor="?android:attr/textColorPrimary" |
||||
android:textSize="14sp" |
||||
android:textStyle="bold" /> |
||||
android:orientation="vertical"> |
||||
|
||||
<TextView |
||||
android:id="@+id/url" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginTop="8dp" |
||||
android:autoLink="all" |
||||
android:linksClickable="false" |
||||
android:textColor="?android:attr/textColorPrimary" |
||||
android:textSize="12sp" /> |
||||
<TextView |
||||
android:id="@+id/title" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:linksClickable="false" |
||||
android:textColor="?android:attr/textColorPrimary" |
||||
android:textSize="16sp" |
||||
android:textStyle="bold" /> |
||||
|
||||
<TextView |
||||
android:id="@+id/header" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginTop="8dp" |
||||
android:textColor="?android:attr/textColorPrimary" |
||||
android:textSize="12sp" /> |
||||
<TextView |
||||
android:id="@+id/header" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginTop="8dp" |
||||
android:textColor="?android:attr/textColorPrimary" |
||||
android:textSize="12sp" /> |
||||
|
||||
<TextView |
||||
android:id="@+id/url" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginTop="8dp" |
||||
android:autoLink="all" |
||||
android:linksClickable="false" |
||||
android:textColor="?android:attr/textColorPrimary" |
||||
android:textSize="12sp" /> |
||||
|
||||
</LinearLayout> |
||||
</LinearLayout> |
||||
</androidx.core.widget.NestedScrollView> |
||||
Loading…
Reference in new issue