mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-28 11:58:23 +01:00
Use Theme.AppCompat.
This commit is contained in:
parent
ae213259b3
commit
8bd1e60a0a
@ -54,10 +54,10 @@ dependencies {
|
||||
implementation 'androidx.work:work-runtime:2.4.0'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha03'
|
||||
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.10.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-hls:2.10.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-dash:2.10.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-ui:2.10.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.11.7'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-hls:2.11.7'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-dash:2.11.7'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-ui:2.11.7'
|
||||
implementation 'com.alexvasilkov:gesture-views:2.6.0'
|
||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight">
|
||||
<style name="AppTheme" parent="Theme.AppCompat.DayNight">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">?attr/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">?attr/colorPrimaryDark</item>
|
||||
|
Loading…
Reference in New Issue
Block a user