diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 3a11e353a..7e956da97 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -45,7 +45,6 @@ android:id="@+id/nav" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:colorBackground" app:fitsSystemWindowsInsets="bottom" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/layout/dialog_about.xml b/app/src/main/res/layout/dialog_about.xml index 046b9bb2d..2139cb2d6 100644 --- a/app/src/main/res/layout/dialog_about.xml +++ b/app/src/main/res/layout/dialog_about.xml @@ -22,7 +22,6 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:colorBackground" android:padding="24dp"> diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index e4eb182a7..09fe189b9 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -41,7 +41,6 @@ android:layout_width="match_parent" android:layout_height="?collapsingToolbarLayoutLargeSize" android:fitsSystemWindows="false" - android:background="?android:colorBackground" app:layout_scrollFlags="scroll|exitUntilCollapsed" app:titleCollapseMode="scale"> diff --git a/app/src/main/res/layout/fragment_pager.xml b/app/src/main/res/layout/fragment_pager.xml index c5f566643..a5fa82aca 100644 --- a/app/src/main/res/layout/fragment_pager.xml +++ b/app/src/main/res/layout/fragment_pager.xml @@ -40,7 +40,6 @@ style="?attr/collapsingToolbarLayoutLargeStyle" android:layout_width="match_parent" android:layout_height="?attr/collapsingToolbarLayoutLargeSize" - android:background="?android:colorBackground" app:layout_scrollFlags="scroll|exitUntilCollapsed" app:titleCollapseMode="scale"> diff --git a/app/src/main/res/layout/fragment_repo.xml b/app/src/main/res/layout/fragment_repo.xml index 7af34fb8f..54a023813 100644 --- a/app/src/main/res/layout/fragment_repo.xml +++ b/app/src/main/res/layout/fragment_repo.xml @@ -39,7 +39,6 @@ style="?attr/collapsingToolbarLayoutLargeStyle" android:layout_width="match_parent" android:layout_height="?attr/collapsingToolbarLayoutLargeSize" - android:background="?android:colorBackground" app:forceApplySystemWindowInsetTop="true" app:layout_scrollFlags="scroll|exitUntilCollapsed" app:titleCollapseMode="scale"> diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index 3fc9ad85e..cab64c869 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -39,7 +39,6 @@ style="?attr/collapsingToolbarLayoutLargeStyle" android:layout_width="match_parent" android:layout_height="?attr/collapsingToolbarLayoutLargeSize" - android:background="?android:colorBackground" app:layout_scrollFlags="scroll|exitUntilCollapsed" app:titleCollapseMode="scale"> diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fc9af5296..2270f86f0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -58,7 +58,7 @@ agp-apksig = { group = "com.android.tools.build", name = "apksig", version.ref = appiconloader = { module = "me.zhanghai.android.appiconloader:appiconloader", version = "1.5.0" } axml = { module = "de.upb.cs.swt:axml", version = "2.1.3" } commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.14.0" } -material = { module = "com.google.android.material:material", version = "1.11.0" } +material = { module = "com.google.android.material:material", version = "1.10.0" } gson = { module = "com.google.code.gson:gson", version = "2.10.1" } hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }