This commit is contained in:
ponzischeme89
2026-08-22 15:32:51 +12:00
parent b3e3f62c54
commit 9858e44710
31 changed files with 1213 additions and 594 deletions
@@ -277,8 +277,7 @@
android:id="@id/exo_settings"
style="@style/MembyPlayerControlButton"
android:contentDescription="@string/exo_controls_settings_description"
android:src="@drawable/exo_ic_settings"
tools:ignore="PrivateResource" />
android:src="@drawable/ic_player_settings" />
</LinearLayout>
</FrameLayout>
</LinearLayout>
@@ -6,7 +6,7 @@
what caps how tall the track list can grow before it scrolls.
The panel holds two screens, not three sections. Choosing a track and fetching one the
title does not have are separate questions, and at 316dp by a third of a 720p screen
title does not have are separate questions, and at 440dp by a third of a 720p screen
there is not room to ask both — stacking them squeezed the track list to a single row.
So `player_subtitle_main_section` and the results half of the download section swap:
the search row is the way in, Back is the way out, one press per level. -->
@@ -21,7 +21,7 @@
<LinearLayout
android:id="@+id/player_subtitle_menu"
android:layout_width="316dp"
android:layout_width="440dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_marginTop="96dp"
@@ -29,10 +29,10 @@
android:layout_marginBottom="112dp"
android:background="@drawable/player_menu_background"
android:orientation="vertical"
android:paddingStart="10dp"
android:paddingTop="10dp"
android:paddingEnd="10dp"
android:paddingBottom="10dp">
android:paddingStart="16dp"
android:paddingTop="16dp"
android:paddingEnd="16dp"
android:paddingBottom="16dp">
<LinearLayout
android:id="@+id/player_subtitle_main_section"
@@ -41,6 +41,7 @@
android:orientation="vertical">
<TextView
android:id="@+id/player_subtitle_track_heading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="14dp"
@@ -83,6 +84,7 @@
</ScrollView>
<View
android:id="@+id/player_subtitle_size_rule"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginStart="14dp"
@@ -91,6 +93,7 @@
android:background="#14FFFFFF" />
<TextView
android:id="@+id/player_subtitle_size_heading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="14dp"
@@ -131,6 +134,7 @@
android:background="#14FFFFFF" />
<TextView
android:id="@+id/player_subtitle_download_heading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="14dp"