blob: 5a33c86355d296ea0237ff055e1c12807b03d84d [file] [log] [blame]
Adam Lesinskifab50872014-04-16 14:40:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Adam Lesinski49e2fa52014-08-21 11:21:42 -070017<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
Adam Lesinskifab50872014-04-16 14:40:42 -070018 android:layout_width="match_parent"
Adam Lesinski49e2fa52014-08-21 11:21:42 -070019 android:layout_height="match_parent">
20 <ImageView
21 android:layout_width="wrap_content"
22 android:layout_height="wrap_content"
23 android:layout_centerInParent="true"
Adam Lesinski28994d82015-01-13 13:42:41 -080024 android:colorAccent="#ffffffff"
25 android:paddingStart="13dp"
Adam Lesinski49e2fa52014-08-21 11:21:42 -070026 android:src="@drawable/image"/>
27</RelativeLayout>