|
|
|
|
@ -9,9 +9,7 @@ |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_margin="16dp" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
@ -24,15 +22,18 @@ |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
<com.fongmi.android.tv.ui.custom.CustomRecyclerView |
|
|
|
|
android:id="@+id/recycler" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:overScrollMode="never" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
android:paddingEnd="16dp" |
|
|
|
|
android:paddingBottom="16dp" |
|
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" |
|
|
|
|
app:maxHeight="204dp" |
|
|
|
|
tools:listitem="@layout/adapter_restore" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |