Skip to content

Commit

Permalink
Merge branch 'release/v1.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Nov 8, 2024
2 parents 30d02f7 + 19d9f5f commit 3b860bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.tanasi.streamflix"
minSdk 21
targetSdk 35
versionCode 36
versionName "1.7.5"
versionCode 37
versionName "1.7.6"

buildConfigField "String", "APP_LAYOUT", "\"${properties.getProperty("APP_LAYOUT")}\""
buildConfigField "String", "TMDB_API_KEY", "\"${properties.getProperty("TMDB_API_KEY")}\""
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/layout/content_exo_controller_mobile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
tools:ignore="ContentDescription,UseAppTint" />

<ImageView
android:id="@id/exo_rew"
android:id="@+id/exo_rew"
android:layout_width="60dp"
android:layout_height="0dp"
android:layout_marginEnd="70dp"
Expand All @@ -87,7 +87,7 @@
tools:ignore="ContentDescription,PrivateResource,UseAppTint" />

<ImageView
android:id="@id/exo_play_pause"
android:id="@+id/exo_play_pause"
android:layout_width="90dp"
android:layout_height="0dp"
android:padding="15dp"
Expand All @@ -101,7 +101,7 @@
tools:ignore="ContentDescription,PrivateResource,UseAppTint" />

<ImageView
android:id="@id/exo_ffwd"
android:id="@+id/exo_ffwd"
android:layout_width="60dp"
android:layout_height="0dp"
android:layout_marginStart="70dp"
Expand All @@ -115,7 +115,7 @@
tools:ignore="ContentDescription,PrivateResource,UseAppTint" />

<androidx.media3.ui.DefaultTimeBar
android:id="@id/exo_progress"
android:id="@+id/exo_progress"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
Expand All @@ -126,7 +126,7 @@
app:layout_constraintStart_toStartOf="parent" />

<androidx.constraintlayout.widget.ConstraintLayout
android:id="@id/exo_bottom_bar"
android:id="@+id/exo_bottom_bar"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
Expand Down

0 comments on commit 3b860bb

Please sign in to comment.