version 1.0.0 #67

Merged
Seil0 merged 137 commits from develop into master 2022-10-12 15:36:39 +02:00
Showing only changes of commit c48328723b - Show all commits

View File

@ -101,6 +101,7 @@
android:layout_height="@dimen/player_styled_progress_layout_height" android:layout_height="@dimen/player_styled_progress_layout_height"
android:contentDescription="@string/desc_time_bar" android:contentDescription="@string/desc_time_bar"
app:bar_height="3dp" app:bar_height="3dp"
app:touch_target_height="@dimen/player_styled_progress_layout_height"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/exo_remaining" app:layout_constraintEnd_toStartOf="@+id/exo_remaining"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"