Merge pull request #2817 from Longhao-Chen/dark_themes
fix: #2784 #2779 #2402
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user