diff options
author | 2023-03-27 16:22:40 +0530 | |
---|---|---|
committer | 2023-03-27 16:10:24 +0200 | |
commit | 4fcb8c47923a6ef76d606ca03aebf2a8531136fa (patch) | |
tree | 40cdec3d885d20f8070eb2d9c41f63080ca3fd84 /ui/src/main/res/layout/tunnel_list_fragment.xml | |
parent | ui: use AndroidX `BundleCompat` for extracting parcelable (diff) | |
download | wireguard-android-master.tar.xz wireguard-android-master.zip |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/src/main/res/layout/tunnel_list_fragment.xml')
-rw-r--r-- | ui/src/main/res/layout/tunnel_list_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/layout/tunnel_list_fragment.xml b/ui/src/main/res/layout/tunnel_list_fragment.xml index 42a6ced..8fc5d52 100644 --- a/ui/src/main/res/layout/tunnel_list_fragment.xml +++ b/ui/src/main/res/layout/tunnel_list_fragment.xml @@ -24,7 +24,7 @@ android:id="@+id/main_container" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorBackground" + android:background="?attr/colorSurface" android:clipChildren="false"> <androidx.recyclerview.widget.RecyclerView |