Skip to content

Commit

Permalink
fix: you're welcome <@1193590680308699266>
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed May 23, 2024
1 parent e5ec6a6 commit d06c980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dependencies {
implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'
implementation 'com.alexvasilkov:gesture-views:2.8.3'
implementation 'com.github.VipulOG:ebook-reader:0.1.6'
implementation 'androidx.paging:paging-runtime-ktx:3.2.1'
implementation 'androidx.paging:paging-runtime-ktx:3.3.0'
implementation 'com.github.eltos:simpledialogfragments:v3.7'
implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.1'

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/exo_player_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
android:layout_gravity="center"
android:layout_marginTop="76dp"
android:layout_marginBottom="-20dp"
style="@style/Widget.Material3.Slider.Legacy"
android:rotation="270"
android:value="2"
android:valueFrom="0"
Expand Down Expand Up @@ -307,6 +308,7 @@
android:layout_gravity="center"
android:layout_marginTop="76dp"
android:layout_marginBottom="-20dp"
style="@style/Widget.Material3.Slider.Legacy"
android:rotation="270"
android:value="2"
android:valueFrom="0"
Expand Down

0 comments on commit d06c980

Please sign in to comment.