summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/v_provider_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout-xlarge/v_provider_header.xml')
-rw-r--r--app/src/main/res/layout-xlarge/v_provider_header.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout-xlarge/v_provider_header.xml b/app/src/main/res/layout-xlarge/v_provider_header.xml
index 6d826783..28bcaa6c 100644
--- a/app/src/main/res/layout-xlarge/v_provider_header.xml
+++ b/app/src/main/res/layout-xlarge/v_provider_header.xml
@@ -2,7 +2,9 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
- xmlns:app="http://schemas.android.com/apk/res-auto" >
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:viewBindingIgnore="true">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/provider_header_logo"