mirror of https://github.com/FongMi/TV.git
parent
2cc3588975
commit
83547f0784
@ -1,25 +1,8 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:id="@+id/recycler" |
||||
android:layout_width="match_parent" |
||||
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_history" |
||||
android:textColor="@color/grey_700" |
||||
android:textSize="18sp" /> |
||||
|
||||
<androidx.recyclerview.widget.RecyclerView |
||||
android:id="@+id/recycler" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:clipChildren="false" |
||||
android:clipToPadding="false" /> |
||||
|
||||
</LinearLayout> |
||||
android:clipChildren="false" |
||||
android:clipToPadding="false" |
||||
android:padding="8dp" /> |
||||
Loading…
Reference in new issue