blob: 7d75fab658877640931338624102534aa002dd12 [file] [log] [blame]
Mindy Pereira1a95a572012-01-05 12:21:29 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2011 Google Inc.
4 Licensed to The Android Open Source Project.
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
18<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Jin Cao8d33b8c2014-08-01 16:44:52 -070019 android:layout_width="match_parent"
20 android:layout_height="match_parent">
Mindy Pereira1a95a572012-01-05 12:21:29 -080021
22 <TextView
Andy Huangca4676f2014-01-16 13:22:20 -080023 android:id="@+id/spinner_account_address"
Jin Cao3df31232014-08-01 14:49:06 -070024 android:layout_width="match_parent"
Mindy Pereira1a95a572012-01-05 12:21:29 -080025 android:layout_height="?android:attr/listPreferredItemHeight"
Mindy Pereira1a95a572012-01-05 12:21:29 -080026 android:ellipsize="end"
Jin Cao3df31232014-08-01 14:49:06 -070027 android:gravity="center_vertical"
Mindy Pereira1a95a572012-01-05 12:21:29 -080028 android:paddingLeft="8dip"
Andrew Sapperstein890afa22014-01-23 13:19:45 -080029 android:paddingRight="8dip"
Andrew Sappersteina01ddca2014-03-04 10:59:56 -080030 android:textAlignment="viewStart"
Jin Cao8d33b8c2014-08-01 16:44:52 -070031 style="@style/ComposeFromTextViewStyle" />
Mindy Pereira1a95a572012-01-05 12:21:29 -080032
33</LinearLayout>