2021-12-26 00:05:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-01-29 18:57:19 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-07-19 20:24:55 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
2021-12-26 00:05:10 +00:00
|
|
|
|
|
|
|
<ListView
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/listview1"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_rowWeight="1"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginBottom="60dp"
|
|
|
|
android:clipToPadding="false"
|
|
|
|
android:minHeight="0dp"
|
|
|
|
android:nextFocusLeft="@id/apply_btt"
|
|
|
|
android:nextFocusRight="@id/cancel_btt"
|
|
|
|
android:requiresFadingEdge="vertical"
|
|
|
|
tools:listitem="@layout/sort_bottom_single_choice" />
|
2022-01-29 18:57:19 +00:00
|
|
|
|
2021-12-26 00:05:10 +00:00
|
|
|
<HorizontalScrollView
|
2022-07-19 20:24:55 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="-60dp"
|
|
|
|
android:clipToPadding="true"
|
|
|
|
android:fadingEdge="horizontal"
|
|
|
|
android:paddingStart="10dp"
|
|
|
|
android:paddingEnd="10dp"
|
|
|
|
android:requiresFadingEdge="horizontal">
|
2022-01-29 18:57:19 +00:00
|
|
|
|
2022-08-13 21:49:16 +00:00
|
|
|
<!-- Man what the fuck we need a recyclerview -->
|
|
|
|
|
2021-12-26 00:05:10 +00:00
|
|
|
<LinearLayout
|
2022-07-19 20:24:55 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
2021-12-26 00:05:10 +00:00
|
|
|
<!-- android:minWidth="0dp"
|
|
|
|
app:iconTint="?attr/textColor"
|
|
|
|
android:insetLeft="0dp"
|
|
|
|
android:insetTop="0dp"
|
|
|
|
android:insetRight="0dp"
|
|
|
|
android:insetBottom="0dp"
|
|
|
|
app:iconGravity="textStart"
|
|
|
|
app:iconPadding="0dp"
|
|
|
|
android:layout_height="35dp"-->
|
|
|
|
<!-- <com.google.android.material.button.MaterialButton
|
|
|
|
android:nextFocusRight="@id/home_select_tv_series"
|
|
|
|
app:icon="@drawable/ic_baseline_close_24"
|
|
|
|
|
|
|
|
android:id="@+id/home_select_none"
|
|
|
|
style="@style/RoundedSelectableButtonIcon"/>-->
|
|
|
|
<com.google.android.material.button.MaterialButton
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/home_select_movies"
|
2021-12-26 00:05:10 +00:00
|
|
|
|
2022-07-19 20:24:55 +00:00
|
|
|
style="@style/RoundedSelectableButton"
|
|
|
|
android:nextFocusRight="@id/home_select_tv_series"
|
|
|
|
android:text="@string/movies" />
|
2022-01-29 18:57:19 +00:00
|
|
|
|
2021-12-26 00:05:10 +00:00
|
|
|
<com.google.android.material.button.MaterialButton
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/home_select_tv_series"
|
|
|
|
style="@style/RoundedSelectableButton"
|
2021-12-26 00:05:10 +00:00
|
|
|
|
2022-07-19 20:24:55 +00:00
|
|
|
android:nextFocusLeft="@id/home_select_movies"
|
|
|
|
android:nextFocusRight="@id/home_select_anime"
|
|
|
|
android:text="@string/tv_series" />
|
2022-01-29 18:57:19 +00:00
|
|
|
|
2021-12-26 00:05:10 +00:00
|
|
|
<com.google.android.material.button.MaterialButton
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/home_select_anime"
|
|
|
|
style="@style/RoundedSelectableButton"
|
2021-12-26 00:05:10 +00:00
|
|
|
|
2022-07-19 20:24:55 +00:00
|
|
|
android:nextFocusLeft="@id/home_select_tv_series"
|
|
|
|
android:nextFocusRight="@id/home_select_asian"
|
|
|
|
android:text="@string/anime" />
|
2022-01-29 18:57:19 +00:00
|
|
|
|
2021-12-26 00:05:10 +00:00
|
|
|
<com.google.android.material.button.MaterialButton
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/home_select_asian"
|
|
|
|
style="@style/RoundedSelectableButton"
|
2022-03-21 11:07:36 +00:00
|
|
|
|
2022-07-19 20:24:55 +00:00
|
|
|
android:nextFocusLeft="@id/home_select_anime"
|
|
|
|
android:nextFocusRight="@id/home_select_cartoons"
|
|
|
|
android:text="@string/asian_drama" />
|
2022-03-21 11:07:36 +00:00
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/home_select_cartoons"
|
|
|
|
style="@style/RoundedSelectableButton"
|
2021-12-26 00:05:10 +00:00
|
|
|
|
2022-07-19 20:24:55 +00:00
|
|
|
android:nextFocusLeft="@id/home_select_asian"
|
|
|
|
android:nextFocusRight="@id/home_select_documentaries"
|
|
|
|
android:text="@string/cartoons" />
|
2022-01-29 18:57:19 +00:00
|
|
|
|
2021-12-26 00:05:10 +00:00
|
|
|
<com.google.android.material.button.MaterialButton
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/home_select_documentaries"
|
|
|
|
|
|
|
|
style="@style/RoundedSelectableButton"
|
|
|
|
android:nextFocusLeft="@id/home_select_cartoons"
|
|
|
|
android:text="@string/documentaries" />
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/home_select_livestreams"
|
|
|
|
style="@style/RoundedSelectableButton"
|
|
|
|
android:nextFocusLeft="@id/home_select_documentaries"
|
|
|
|
android:text="@string/livestreams" />
|
2021-12-26 00:05:10 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</HorizontalScrollView>
|
2022-01-29 18:57:19 +00:00
|
|
|
|
2021-12-26 00:05:10 +00:00
|
|
|
<LinearLayout
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/apply_btt_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="60dp"
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
android:gravity="bottom|end"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:visibility="gone">
|
2021-12-26 00:05:10 +00:00
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/apply_btt"
|
|
|
|
style="@style/WhiteButton"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical|end"
|
|
|
|
android:text="@string/sort_apply" />
|
2022-01-29 18:57:19 +00:00
|
|
|
|
2021-12-26 00:05:10 +00:00
|
|
|
<com.google.android.material.button.MaterialButton
|
2022-07-19 20:24:55 +00:00
|
|
|
android:id="@+id/cancel_btt"
|
|
|
|
style="@style/BlackButton"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical|end"
|
|
|
|
android:text="@string/sort_cancel" />
|
2021-12-26 00:05:10 +00:00
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|