Skip to content

Commit

Permalink
πŸ’„ update player config panel ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ourfor committed Dec 7, 2024
1 parent 8cf8bb7 commit e34c6bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion android/app/src/main/res/layout/player_config_panel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/play"
android:textSize="18sp"
android:textSize="16sp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/subtitle_source"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginHorizontal="15dp"
android:layout_marginVertical="20dp"
android:background="@drawable/button_state"
android:backgroundTint="@color/onBackground_mediumContrast"
android:textColor="@color/onPrimary"
/>

<com.airbnb.lottie.LottieAnimationView
Expand Down

0 comments on commit e34c6bd

Please sign in to comment.