summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-large
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-06-23 14:39:05 -0700
committerAdam Powell <adamp@google.com>2011-06-23 16:56:07 -0700
commitc8b0b005cb616deb9646f2c2b995890fa9530f94 (patch)
tree0f303776388e4050971dc6e8a3eae9b32e16e275 /core/res/res/layout-large
parent2a0879149187ee9500687f248f4e662943c8cdb3 (diff)
downloadframeworks_base-c8b0b005cb616deb9646f2c2b995890fa9530f94.zip
frameworks_base-c8b0b005cb616deb9646f2c2b995890fa9530f94.tar.gz
frameworks_base-c8b0b005cb616deb9646f2c2b995890fa9530f94.tar.bz2
Fix bug 4771354 - Phone landscape action bar subtitle slightly cut off
on the bottom Let action bar title sizes adapt for restricted space in landscape. Fix home spacing for tablets to eliminate redundant layout. Change-Id: If38a43d87ca1aebf96b5d7adfdb1cf36c41ec07e
Diffstat (limited to 'core/res/res/layout-large')
-rw-r--r--core/res/res/layout-large/action_bar_home.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/core/res/res/layout-large/action_bar_home.xml b/core/res/res/layout-large/action_bar_home.xml
deleted file mode 100644
index 86580bc..0000000
--- a/core/res/res/layout-large/action_bar_home.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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.
--->
-
-<view xmlns:android="http://schemas.android.com/apk/res/android"
- class="com.android.internal.widget.ActionBarView$HomeView"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?android:attr/selectableItemBackground" >
- <ImageView android:id="@android:id/up"
- android:src="?android:attr/homeAsUpIndicator"
- android:layout_gravity="center_vertical|left"
- android:visibility="gone"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="-12dip" />
- <ImageView android:id="@android:id/home"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingLeft="16dip"
- android:paddingRight="16dip"
- android:paddingTop="4dip"
- android:paddingBottom="4dip"
- android:adjustViewBounds="true"
- android:layout_gravity="center"
- android:scaleType="fitCenter" />
-</view>