summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/v_provider_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/v_provider_header.xml')
-rw-r--r--app/src/main/res/layout/v_provider_header.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/v_provider_header.xml b/app/src/main/res/layout/v_provider_header.xml
index 823f3163..e0961ea6 100644
--- a/app/src/main/res/layout/v_provider_header.xml
+++ b/app/src/main/res/layout/v_provider_header.xml
@@ -4,14 +4,14 @@
android:layout_width="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto" >
- <android.support.v7.widget.AppCompatImageView
+ <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/provider_header_logo"
android:layout_width="@dimen/bitmask_logo"
android:layout_height="@dimen/bitmask_logo"
android:adjustViewBounds="true"
app:srcCompat="@drawable/logo" />
- <android.support.v7.widget.AppCompatTextView
+ <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/provider_header_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"