style(ui): adjust television dialog heights to 800dp

This commit is contained in:
2026-03-28 23:05:53 +01:00
parent 868c39a6e1
commit f43775d3f2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="1000dp" android:layout_width="1000dp"
android:layout_height="500dp" android:layout_height="800dp"
android:padding="16dp"> android:padding="16dp">
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView

View File

@@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="1000dp" android:layout_width="1000dp"
android:layout_height="1000dp" android:layout_height="800dp"
android:padding="16dp"> android:padding="16dp">
<androidx.appcompat.widget.SearchView <androidx.appcompat.widget.SearchView