mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-27 03:18:24 +01:00
Minor UI tweaks.
This commit is contained in:
parent
56ac5ad6d6
commit
0bcacafec3
@ -80,10 +80,10 @@ dependencies {
|
||||
implementation "androidx.room:room-guava:$roomVersion"
|
||||
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
||||
implementation 'androidx.work:work-runtime:2.7.1'
|
||||
implementation 'com.google.android.material:material:1.8.0-alpha02'
|
||||
implementation 'com.google.android.material:material:1.8.0-alpha03'
|
||||
|
||||
/** ExoPlayer **/
|
||||
def exoplayerVersion = "2.18.1"
|
||||
def exoplayerVersion = "2.18.2"
|
||||
implementation "com.google.android.exoplayer:exoplayer-core:$exoplayerVersion"
|
||||
implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayerVersion"
|
||||
implementation "com.google.android.exoplayer:exoplayer-hls:$exoplayerVersion"
|
||||
@ -132,7 +132,7 @@ dependencies {
|
||||
implementation 'com.google.code.gson:gson:2.8.9'
|
||||
|
||||
// Java library for zip files and streams
|
||||
implementation 'net.lingala.zip4j:zip4j:2.9.0'
|
||||
implementation 'net.lingala.zip4j:zip4j:2.11.2'
|
||||
|
||||
// IO functionality
|
||||
implementation 'commons-io:commons-io:2.5'
|
||||
|
@ -77,12 +77,6 @@ abstract class NetworkModule {
|
||||
.build();
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Named("rpan")
|
||||
static OkHttpClient provideRPANOkHttpClient(OkHttpClient httpClient) {
|
||||
return httpClient;
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Named("oauth_without_authenticator")
|
||||
@Singleton
|
||||
|
@ -88,7 +88,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:backgroundTint="#80000000"
|
||||
android:backgroundTint="#00000000"
|
||||
app:elevation="0dp"
|
||||
android:visibility="gone"
|
||||
style="@style/Widget.MaterialComponents.BottomAppBar">
|
||||
|
||||
|
@ -47,7 +47,8 @@
|
||||
android:layout_gravity="bottom"
|
||||
android:minHeight="0dp"
|
||||
app:paddingBottomSystemWindowInsets="false"
|
||||
android:backgroundTint="#80000000">
|
||||
android:backgroundTint="#80000000"
|
||||
app:elevation="0dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
Reference in New Issue
Block a user