blob: 0a748860ac50026d1bcd7c31365df4a8a9b1f4db [file] [log] [blame]
Brian Muramatsua6dbaea2012-09-17 23:09:35 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2012 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-->
Brian Muramatsu62ebbbc2012-10-17 18:27:02 -070016<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
Jake Hamby5e9bd862013-04-09 15:48:25 -070017 android:layout_width="match_parent"
18 android:layout_height="match_parent">
Brian Muramatsu62ebbbc2012-10-17 18:27:02 -070019 <ImageView
Vineeta Srivastavac26807f2013-08-28 17:17:57 -070020 android:id="@+id/regulatoryInfo"
Brian Muramatsu62ebbbc2012-10-17 18:27:02 -070021 android:adjustViewBounds="true"
22 android:layout_width="wrap_content"
23 android:layout_height="wrap_content"
24 android:scaleType="centerCrop"
jackqdyuleid2c38862016-09-26 15:14:56 -070025 android:contentDescription="@string/regulatory_labels"
Brian Muramatsu62ebbbc2012-10-17 18:27:02 -070026 android:src="@drawable/regulatory_info" />
27</ScrollView>
28