mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-15 04:37:12 +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.room:room-guava:$roomVersion"
|
||||||
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
||||||
implementation 'androidx.work:work-runtime:2.7.1'
|
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 **/
|
/** 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-core:$exoplayerVersion"
|
||||||
implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayerVersion"
|
implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayerVersion"
|
||||||
implementation "com.google.android.exoplayer:exoplayer-hls:$exoplayerVersion"
|
implementation "com.google.android.exoplayer:exoplayer-hls:$exoplayerVersion"
|
||||||
@ -132,7 +132,7 @@ dependencies {
|
|||||||
implementation 'com.google.code.gson:gson:2.8.9'
|
implementation 'com.google.code.gson:gson:2.8.9'
|
||||||
|
|
||||||
// Java library for zip files and streams
|
// 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
|
// IO functionality
|
||||||
implementation 'commons-io:commons-io:2.5'
|
implementation 'commons-io:commons-io:2.5'
|
||||||
|
@ -77,12 +77,6 @@ abstract class NetworkModule {
|
|||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
|
||||||
@Named("rpan")
|
|
||||||
static OkHttpClient provideRPANOkHttpClient(OkHttpClient httpClient) {
|
|
||||||
return httpClient;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
@Named("oauth_without_authenticator")
|
@Named("oauth_without_authenticator")
|
||||||
@Singleton
|
@Singleton
|
||||||
|
@ -88,7 +88,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
android:backgroundTint="#80000000"
|
android:backgroundTint="#00000000"
|
||||||
|
app:elevation="0dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
style="@style/Widget.MaterialComponents.BottomAppBar">
|
style="@style/Widget.MaterialComponents.BottomAppBar">
|
||||||
|
|
||||||
|
@ -47,7 +47,8 @@
|
|||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
android:minHeight="0dp"
|
android:minHeight="0dp"
|
||||||
app:paddingBottomSystemWindowInsets="false"
|
app:paddingBottomSystemWindowInsets="false"
|
||||||
android:backgroundTint="#80000000">
|
android:backgroundTint="#80000000"
|
||||||
|
app:elevation="0dp">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
Loading…
Reference in New Issue
Block a user