diff options
Diffstat (limited to 'app/src/main/res/layout/tunnel_editor_peer.xml')
-rw-r--r-- | app/src/main/res/layout/tunnel_editor_peer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/tunnel_editor_peer.xml b/app/src/main/res/layout/tunnel_editor_peer.xml index 175c174e..cf5d6286 100644 --- a/app/src/main/res/layout/tunnel_editor_peer.xml +++ b/app/src/main/res/layout/tunnel_editor_peer.xml @@ -24,7 +24,7 @@ android:layout_marginEnd="8dp" android:layout_marginStart="8dp" android:layout_marginTop="4dp" - android:background="?android:attr/colorBackground" + android:background="?attr/colorBackground" app:cardCornerRadius="4dp" app:cardElevation="2dp" app:contentPadding="8dp"> |