mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
25 lines
848 B
XML
25 lines
848 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<RelativeLayout
|
|
xmlns:tools="http://schemas.android.com/tool"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_alignParentLeft="true"
|
|
|
|
android:paddingBottom="@dimen/activity_vertical_margin"
|
|
android:paddingLeft="@dimen/activity_horizontal_margin"
|
|
android:paddingRight="@dimen/activity_horizontal_margin"
|
|
android:paddingTop="@dimen/activity_vertical_margin">
|
|
|
|
<ImageView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/parking_map"
|
|
android:contentDescription="@string/zoom_map"/>
|
|
|
|
</RelativeLayout>
|
|
|