blob: 8a61b9f5670e1a03182d3f5ea5521383c78c2e38 [file] [log] [blame]
Makoto Onuki9fd050e2011-01-18 10:44:55 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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
Ben Komalo761390a2011-05-25 12:08:09 -070017<!-- tablet, portrait -->
Makoto Onuki9fd050e2011-01-18 10:44:55 -080018
19<resources>
Ben Komaloc1a20e72011-05-25 15:44:41 -070020 <!-- Override previous button in really large tablets -->
21 <style name="accountSetupTypePrevious" parent="@style/accountSetupButton">
22 <item name="android:layout_toRightOf">@+id/main_content"</item>
23 <item name="android:layout_alignParentRight">true</item>
Makoto Onuki9fd050e2011-01-18 10:44:55 -080024 </style>
Ben Komaloc1a20e72011-05-25 15:44:41 -070025
Makoto Onuki9fd050e2011-01-18 10:44:55 -080026</resources>
Ben Komaloc1a20e72011-05-25 15:44:41 -070027