d5b2da3716
Note: This does not appear in UX wireframes, this activity is going away eventually, but it's a good testbed for ActionBar to be tried out. Open issues: 1. Waiting for progress indicator support, using unattractive hack 2. Subtitle doesn't seem to work so putting account name in title (which is the wrong font size for phone portrait mode). Change-Id: Iee3cac7d4f30ea210bd8f3838b69ed12cd498375
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2009 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<include layout="@layout/connection_error_banner" />
|
|
|
|
<fragment
|
|
android:id="@android:id/list"
|
|
android:name="com.android.email.activity.MailboxListFragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dip"
|
|
android:layout_weight="1" />
|
|
|
|
</LinearLayout>
|