fix: #2784 Encrypt file - Encrpyt to list is empty (dark mode)

This commit is contained in:
Longhao.Chen
2023-01-31 16:32:50 +08:00
parent 8d69181b65
commit 9834690941
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>