Merge branch '3018-search-background' into 'master'

Fix top app bar background in OLED black theme

Closes #3019

See merge request fdroid/fdroidclient!1559
This commit is contained in:
Torsten Grote
2025-05-30 18:34:05 +00:00

View File

@@ -10,6 +10,7 @@
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:fitsSystemWindows="true">
<LinearLayout