|
|
|
@ -306,7 +306,6 @@ |
|
|
|
android:contentDescription="@string/tracks" |
|
|
|
android:focusable="true" |
|
|
|
android:onClick="@{player::onAudioSubClick}" |
|
|
|
android:padding="4dp" |
|
|
|
android:scaleType="center" |
|
|
|
tools:visibility="visible" |
|
|
|
vlc:layout_constraintBottom_toBottomOf="@+id/player_overlay_play" |
|
|
|
@ -325,7 +324,6 @@ |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
android:focusable="true" |
|
|
|
android:padding="4dp" |
|
|
|
android:visibility="invisible" |
|
|
|
tools:visibility="visible" |
|
|
|
vlc:layout_constraintBottom_toBottomOf="@+id/player_overlay_play" |
|
|
|
@ -353,7 +351,6 @@ |
|
|
|
android:contentDescription="@string/previous" |
|
|
|
android:focusable="true" |
|
|
|
android:longClickable="true" |
|
|
|
android:padding="4dp" |
|
|
|
android:onClick="@{(v) -> player.previous()}" |
|
|
|
android:scaleType="center" |
|
|
|
android:visibility="gone" |
|
|
|
@ -373,7 +370,6 @@ |
|
|
|
android:clickable="true" |
|
|
|
android:contentDescription="@string/playback_rewind" |
|
|
|
android:focusable="true" |
|
|
|
android:padding="4dp" |
|
|
|
android:longClickable="true" |
|
|
|
android:scaleType="center" |
|
|
|
android:visibility="gone" |
|
|
|
@ -411,7 +407,6 @@ |
|
|
|
android:clickable="true" |
|
|
|
android:contentDescription="@string/playback_forward" |
|
|
|
android:focusable="true" |
|
|
|
android:padding="4dp" |
|
|
|
android:longClickable="true" |
|
|
|
android:scaleType="center" |
|
|
|
android:visibility="gone" |
|
|
|
@ -435,7 +430,6 @@ |
|
|
|
android:onClick="@{(v) -> player.next()}" |
|
|
|
android:scaleType="center" |
|
|
|
android:visibility="gone" |
|
|
|
android:padding="4dp" |
|
|
|
tools:visibility="visible" |
|
|
|
vlc:layout_constraintBottom_toBottomOf="@+id/player_overlay_play" |
|
|
|
vlc:layout_constraintEnd_toStartOf="@+id/player_space_right" |
|
|
|
@ -464,7 +458,6 @@ |
|
|
|
android:focusable="true" |
|
|
|
android:onClick="@{(v) -> player.resizeVideo()}" |
|
|
|
android:scaleType="center" |
|
|
|
android:padding="4dp" |
|
|
|
tools:visibility="visible" |
|
|
|
vlc:layout_constraintBottom_toBottomOf="@+id/player_overlay_play" |
|
|
|
vlc:layout_constraintEnd_toStartOf="@+id/player_overlay_adv_function" |
|
|
|
@ -482,7 +475,6 @@ |
|
|
|
android:contentDescription="@string/advanced" |
|
|
|
android:focusable="true" |
|
|
|
android:onClick="@{(v) -> player.showAdvancedOptions()}" |
|
|
|
android:padding="4dp" |
|
|
|
android:scaleType="center" |
|
|
|
tools:visibility="visible" |
|
|
|
vlc:layout_constraintBottom_toBottomOf="@+id/player_overlay_play" |
|
|
|
|