Skip to content

Commit 2874861

Browse files
committed
Fix 64
Revert previous commit for fix 64 and revert update com.google.android.material from 1.10.0 to 1.11.0 which introduce the issue
1 parent 2341456 commit 2874861

8 files changed

+1
-8
lines changed

Diff for: app/src/main/res/layout/activity_main.xml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
android:id="@+id/nav"
4646
android:layout_width="match_parent"
4747
android:layout_height="wrap_content"
48-
android:background="?android:colorBackground"
4948
app:fitsSystemWindowsInsets="bottom"
5049
app:layout_constraintBottom_toBottomOf="parent"
5150
app:layout_constraintStart_toStartOf="parent"

Diff for: app/src/main/res/layout/dialog_about.xml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
android:orientation="horizontal"
2323
android:layout_width="match_parent"
2424
android:layout_height="match_parent"
25-
android:background="?android:colorBackground"
2625
android:padding="24dp">
2726

2827
<ImageView

Diff for: app/src/main/res/layout/fragment_app_list.xml

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
style="?attr/collapsingToolbarLayoutLargeStyle"
4141
android:layout_width="match_parent"
4242
android:layout_height="?attr/collapsingToolbarLayoutLargeSize"
43-
android:background="?android:colorBackground"
4443
app:layout_scrollFlags="scroll|exitUntilCollapsed"
4544
app:titleCollapseMode="scale">
4645

Diff for: app/src/main/res/layout/fragment_home.xml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
android:layout_width="match_parent"
4242
android:layout_height="?collapsingToolbarLayoutLargeSize"
4343
android:fitsSystemWindows="false"
44-
android:background="?android:colorBackground"
4544
app:layout_scrollFlags="scroll|exitUntilCollapsed"
4645
app:titleCollapseMode="scale">
4746

Diff for: app/src/main/res/layout/fragment_pager.xml

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
style="?attr/collapsingToolbarLayoutLargeStyle"
4141
android:layout_width="match_parent"
4242
android:layout_height="?attr/collapsingToolbarLayoutLargeSize"
43-
android:background="?android:colorBackground"
4443
app:layout_scrollFlags="scroll|exitUntilCollapsed"
4544
app:titleCollapseMode="scale">
4645

Diff for: app/src/main/res/layout/fragment_repo.xml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
style="?attr/collapsingToolbarLayoutLargeStyle"
4040
android:layout_width="match_parent"
4141
android:layout_height="?attr/collapsingToolbarLayoutLargeSize"
42-
android:background="?android:colorBackground"
4342
app:forceApplySystemWindowInsetTop="true"
4443
app:layout_scrollFlags="scroll|exitUntilCollapsed"
4544
app:titleCollapseMode="scale">

Diff for: app/src/main/res/layout/fragment_settings.xml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
style="?attr/collapsingToolbarLayoutLargeStyle"
4040
android:layout_width="match_parent"
4141
android:layout_height="?attr/collapsingToolbarLayoutLargeSize"
42-
android:background="?android:colorBackground"
4342
app:layout_scrollFlags="scroll|exitUntilCollapsed"
4443
app:titleCollapseMode="scale">
4544

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ agp-apksig = { group = "com.android.tools.build", name = "apksig", version.ref =
5858
appiconloader = { module = "me.zhanghai.android.appiconloader:appiconloader", version = "1.5.0" }
5959
axml = { module = "de.upb.cs.swt:axml", version = "2.1.3" }
6060
commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.14.0" }
61-
material = { module = "com.google.android.material:material", version = "1.11.0" }
61+
material = { module = "com.google.android.material:material", version = "1.10.0" }
6262
gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
6363
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" }
6464
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }

0 commit comments

Comments
 (0)