resolved conflicts for merge of f61c3d07 to master
Change-Id: Id38b4ff3ccc677b2d9e743186473b3559b00119b
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 663 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 656 B |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 213 B |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 655 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 632 B |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 1.0 KiB |
BIN
core/res/res/drawable-xhdpi/dialog_bottom_holo_dark.9.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
core/res/res/drawable-xhdpi/dialog_bottom_holo_light.9.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
core/res/res/drawable-xhdpi/dialog_full_holo_dark.9.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
core/res/res/drawable-xhdpi/dialog_full_holo_light.9.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
core/res/res/drawable-xhdpi/dialog_middle_holo_dark.9.png
Normal file
|
After Width: | Height: | Size: 272 B |
BIN
core/res/res/drawable-xhdpi/dialog_middle_holo_light.9.png
Normal file
|
After Width: | Height: | Size: 271 B |
BIN
core/res/res/drawable-xhdpi/dialog_top_holo_dark.9.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
core/res/res/drawable-xhdpi/dialog_top_holo_light.9.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
core/res/res/drawable-xhdpi/toast_frame.9.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
@@ -22,6 +22,8 @@
|
||||
android:id="@+id/parentPanel"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dip"
|
||||
android:layout_marginRight="8dip"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout android:id="@+id/topPanel"
|
||||
@@ -42,7 +44,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center_vertical|left"
|
||||
android:minHeight="60dip"
|
||||
android:minHeight="@dimen/alert_dialog_title_height"
|
||||
android:layout_marginLeft="32dip"
|
||||
android:layout_marginRight="32dip">
|
||||
<ImageView android:id="@+id/icon"
|
||||
@@ -107,7 +109,7 @@
|
||||
<LinearLayout android:id="@+id/buttonPanel"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="54dip"
|
||||
android:minHeight="@dimen/alert_dialog_button_bar_height"
|
||||
android:orientation="vertical"
|
||||
android:divider="?android:attr/dividerHorizontal"
|
||||
android:showDividers="beginning"
|
||||
@@ -132,6 +134,7 @@
|
||||
android:layout_weight="1"
|
||||
android:maxLines="2"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:minHeight="@dimen/alert_dialog_button_bar_height"
|
||||
android:layout_height="wrap_content" />
|
||||
<Button android:id="@+id/button3"
|
||||
android:layout_width="0dip"
|
||||
@@ -139,12 +142,14 @@
|
||||
android:layout_weight="1"
|
||||
android:maxLines="2"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:minHeight="@dimen/alert_dialog_button_bar_height"
|
||||
android:layout_height="wrap_content" />
|
||||
<Button android:id="@+id/button2"
|
||||
android:layout_width="0dip"
|
||||
android:layout_gravity="right"
|
||||
android:layout_weight="1"
|
||||
android:maxLines="2"
|
||||
android:minHeight="@dimen/alert_dialog_button_bar_height"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:layout_height="wrap_content" />
|
||||
<LinearLayout android:id="@+id/rightSpacer"
|
||||
|
||||
24
core/res/res/values-h720dp/dimens.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2011, 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.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Dialog title height -->
|
||||
<dimen name="alert_dialog_title_height">54dip</dimen>
|
||||
<!-- Dialog button bar height -->
|
||||
<dimen name="alert_dialog_button_bar_height">54dip</dimen>
|
||||
</resources>
|
||||
@@ -80,6 +80,11 @@
|
||||
<!-- Minimum width of the search view text entry area. -->
|
||||
<dimen name="search_view_text_min_width">160dip</dimen>
|
||||
|
||||
<!-- Dialog title height -->
|
||||
<dimen name="alert_dialog_title_height">48dip</dimen>
|
||||
<!-- Dialog button bar height -->
|
||||
<dimen name="alert_dialog_button_bar_height">48dip</dimen>
|
||||
|
||||
<!-- Default height of an action bar. -->
|
||||
<dimen name="action_bar_default_height">48dip</dimen>
|
||||
<!-- Vertical padding around action bar icons. -->
|
||||
|
||||
@@ -1459,6 +1459,10 @@
|
||||
</style>
|
||||
|
||||
<style name="Holo.ButtonBar" parent="ButtonBar">
|
||||
<item name="android:paddingTop">0dip</item>
|
||||
<item name="android:paddingLeft">0dip</item>
|
||||
<item name="android:paddingRight">0dip</item>
|
||||
<item name="android:paddingBottom">0dip</item>
|
||||
<item name="divider">?android:attr/dividerVertical</item>
|
||||
<item name="showDividers">middle</item>
|
||||
<item name="dividerPadding">8dip</item>
|
||||
|
||||