Release v0.2.34

This commit is contained in:
ponzischeme89
2026-08-09 08:25:50 +12:00
parent b1128bcce2
commit fdd9e6cab2
116 changed files with 11418 additions and 879 deletions
@@ -50,6 +50,22 @@
android:textSize="11sp"
android:textStyle="bold" />
<!-- Why the list under this heading has nothing but Off in it. Without the
line, a title carrying no subtitles reads as the menu having failed rather
than as the film not having any, and the row that could fix it is below a
rule the eye has no reason to travel past. -->
<TextView
android:id="@+id/player_subtitle_empty_notice"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="14dp"
android:layout_marginTop="6dp"
android:layout_marginEnd="14dp"
android:text="@string/player_subtitle_none"
android:textColor="#96FFFFFF"
android:textSize="12sp"
android:visibility="gone" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"