Release v0.2.34
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user