aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/tunnel_detail_fragment.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2018-12-18 16:15:37 +0530
committerJason A. Donenfeld <Jason@zx2c4.com>2018-12-18 16:54:54 +0100
commit6fdf0266cf33dbcae9ab39762aa283b9df65ad84 (patch)
tree3c843af0b5657b1a9f75ae9c3b7dc4ed3cbf84a5 /app/src/main/res/layout/tunnel_detail_fragment.xml
parentBump the go runtime (diff)
downloadwireguard-android-6fdf0266cf33dbcae9ab39762aa283b9df65ad84.tar.xz
wireguard-android-6fdf0266cf33dbcae9ab39762aa283b9df65ad84.zip
Migrate to AndroidX
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/layout/tunnel_detail_fragment.xml')
-rw-r--r--app/src/main/res/layout/tunnel_detail_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/tunnel_detail_fragment.xml b/app/src/main/res/layout/tunnel_detail_fragment.xml
index 9b06ddd4..34332c2f 100644
--- a/app/src/main/res/layout/tunnel_detail_fragment.xml
+++ b/app/src/main/res/layout/tunnel_detail_fragment.xml
@@ -32,7 +32,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
- <android.support.v7.widget.CardView
+ <androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
@@ -122,7 +122,7 @@
android:contentDescription="@string/addresses"
android:text="@{config.interface.addresses}" />
</RelativeLayout>
- </android.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
<LinearLayout
android:layout_width="match_parent"