blob: 18519eee7be3d52c6d891deef52f3e52ea29cc1a [file] [log] [blame]
Martijn Coenen26515da2013-08-01 18:13:33 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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-->
Martijn Coenenfe58b532015-04-21 13:47:55 +020016<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Martijn Coenen26515da2013-08-01 18:13:33 -070017 android:layout_width="match_parent"
18 android:layout_height="match_parent"
19 android:layout_weight="1"
20 android:id="@+id/nfc_payment_pref"
21 android:focusable="true"
Martijn Coenen00dbb742014-04-25 16:58:59 -070022 android:clickable="false"
Martijn Coenenfe58b532015-04-21 13:47:55 +020023 android:orientation="horizontal"
Doris Lingc51143a2016-08-01 11:35:03 -070024 android:paddingStart="24dip"
Martijn Coenen26515da2013-08-01 18:13:33 -070025 android:minHeight="?android:attr/listPreferredItemHeight"
26 android:background="?android:attr/selectableItemBackground">
Martijn Coenenfe58b532015-04-21 13:47:55 +020027 <RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
28 android:id="@+id/button"
George Chang8adb77f2019-02-15 18:48:43 +080029 android:layout_width="match_parent"
Martijn Coenenfe58b532015-04-21 13:47:55 +020030 android:layout_height="fill_parent"
31 android:checkMark="?android:attr/listChoiceIndicatorSingle"
32 />
Martijn Coenenfe58b532015-04-21 13:47:55 +020033</LinearLayout>