summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/provider_header.xml
blob: 8a75718179e147392266c658b1d0e3591883c42d (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/round_button_diameter"
        android:layout_height="@dimen/round_button_diameter"
        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.Medium"
        android:layout_marginTop="@dimen/standard_margin"
        android:layout_marginBottom="@dimen/standard_margin"
        />

</merge>