summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/v_provider_header.xml
blob: 45f8302b8286f35a78b9d34a406cc4b53c41a6e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto" >

    <android.support.v7.widget.AppCompatImageView
        android:id="@+id/provider_header_logo"
        android:layout_width="@dimen/bitmask_logo_tablet"
        android:layout_height="@dimen/bitmask_logo_tablet"
        android:adjustViewBounds="true"
        app:srcCompat="@drawable/mask" />

    <android.support.v7.widget.AppCompatTextView
        android:id="@+id/provider_header_text"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text=""
        android:textAppearance="@style/Base.TextAppearance.AppCompat.Headline"
        android:layout_marginTop="@dimen/standard_margin"
        android:layout_marginBottom="@dimen/standard_margin"
        />

</merge>