<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" >
|
|
<ImageView
|
android:id="@+id/r2_title_back_img"
|
android:layout_width="24dp"
|
android:layout_height="24dp"
|
android:layout_alignParentLeft="true"
|
android:layout_centerVertical="true"
|
android:scaleType="fitCenter"
|
android:src="@drawable/mr_back" />
|
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="36dp"
|
android:layout_centerInParent="true"
|
android:scaleType="fitCenter"
|
android:src="@drawable/mr_logo" />
|
|
<ImageView
|
android:id="@+id/r2_title_close_img"
|
android:layout_width="24dp"
|
android:layout_height="24dp"
|
android:layout_alignParentRight="true"
|
android:layout_centerVertical="true"
|
android:scaleType="fitCenter"
|
android:src="@drawable/mr_close" />
|
|
</RelativeLayout>
|