Merge pull request #2817 from Longhao-Chen/dark_themes

fix: #2784 #2779 #2402
This commit is contained in:
Vincent Breitmoser
2024-01-29 16:36:19 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:background="@android:color/white"
android:background="?android:selectableItemBackground"
android:foreground="?attr/selectableItemBackground">
<!-- info -->

View File

@@ -8,6 +8,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:background="@android:color/white" />
android:background="?android:selectableItemBackground" />
</RelativeLayout>