diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2018-12-18 16:15:37 +0530 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-12-18 16:54:54 +0100 |
commit | 6fdf0266cf33dbcae9ab39762aa283b9df65ad84 (patch) | |
tree | 3c843af0b5657b1a9f75ae9c3b7dc4ed3cbf84a5 /app/src/main/res/layout/tunnel_detail_fragment.xml | |
parent | ee26198e2c9dcc0d9f00757aae725db23abdd020 (diff) |
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.xml | 4 |
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" |