|
|
|
|
@ -1,27 +1,8 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
<com.fongmi.android.tv.ui.custom.ProgressLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
android:id="@+id/progressLayout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
android:id="@+id/toolbar" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:paddingStart="24dp" |
|
|
|
|
android:paddingTop="24dp" |
|
|
|
|
android:paddingEnd="24dp" |
|
|
|
|
android:paddingBottom="16dp"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="start" |
|
|
|
|
android:text="@string/home_keep" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="24sp" /> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/recycler" |
|
|
|
|
@ -29,9 +10,7 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:paddingStart="24dp" |
|
|
|
|
android:paddingEnd="24dp" |
|
|
|
|
android:paddingBottom="24dp" /> |
|
|
|
|
android:padding="24dp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</com.fongmi.android.tv.ui.custom.ProgressLayout> |
|
|
|
|
|
|
|
|
|
|