mirror of https://github.com/FongMi/TV.git
parent
e891c61593
commit
26109ef23e
@ -1,21 +1,27 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<com.fongmi.android.tv.ui.custom.ProgressLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
android:id="@+id/progressLayout" |
||||
android:id="@+id/swipeLayout" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent"> |
||||
|
||||
<com.fongmi.android.tv.ui.custom.CustomVerticalGridView |
||||
android:id="@+id/recycler" |
||||
<com.fongmi.android.tv.ui.custom.ProgressLayout |
||||
android:id="@+id/progressLayout" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:clipChildren="false" |
||||
android:clipToPadding="false" |
||||
android:paddingStart="24dp" |
||||
android:paddingTop="16dp" |
||||
android:paddingEnd="24dp" |
||||
android:paddingBottom="24dp" |
||||
app:focusOutEnd="true" |
||||
app:focusOutFront="true" /> |
||||
android:layout_height="match_parent"> |
||||
|
||||
</com.fongmi.android.tv.ui.custom.ProgressLayout> |
||||
<com.fongmi.android.tv.ui.custom.CustomVerticalGridView |
||||
android:id="@+id/recycler" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:clipChildren="false" |
||||
android:clipToPadding="false" |
||||
android:paddingStart="24dp" |
||||
android:paddingTop="16dp" |
||||
android:paddingEnd="24dp" |
||||
android:paddingBottom="24dp" |
||||
app:focusOutEnd="true" |
||||
app:focusOutFront="true" /> |
||||
|
||||
</com.fongmi.android.tv.ui.custom.ProgressLayout> |
||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
||||
Loading…
Reference in new issue