summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-xlarge
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-01-09 15:24:34 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-09 15:24:34 -0800
commitc211ce2439b26cfce10b694913ef56272c7f59e9 (patch)
treeb01464236eb957cf6afd2577db0f6b3d1828ce86 /core/res/res/layout-xlarge
parentfcd3e8e6faa5c73d3cf964b765ba3199ff323276 (diff)
parent463c70014d0d01e4cbab124ff38686554b933e08 (diff)
downloadframeworks_base-c211ce2439b26cfce10b694913ef56272c7f59e9.zip
frameworks_base-c211ce2439b26cfce10b694913ef56272c7f59e9.tar.gz
frameworks_base-c211ce2439b26cfce10b694913ef56272c7f59e9.tar.bz2
Merge "Updated dialog and toast assets." into honeycomb
Diffstat (limited to 'core/res/res/layout-xlarge')
-rw-r--r--core/res/res/layout-xlarge/alert_dialog_holo.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/res/res/layout-xlarge/alert_dialog_holo.xml b/core/res/res/layout-xlarge/alert_dialog_holo.xml
index fca7c78..2ae8db7 100644
--- a/core/res/res/layout-xlarge/alert_dialog_holo.xml
+++ b/core/res/res/layout-xlarge/alert_dialog_holo.xml
@@ -33,7 +33,7 @@
<LinearLayout android:id="@+id/topPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:minHeight="48dip"
+ android:minHeight="64dip"
android:orientation="vertical">
<LinearLayout android:id="@+id/title_template"
android:layout_width="match_parent"
@@ -58,11 +58,13 @@
</LinearLayout>
<ImageView android:id="@+id/titleDivider"
android:layout_width="match_parent"
- android:layout_height="1dip"
+ android:layout_height="4dip"
android:visibility="gone"
android:scaleType="fitXY"
android:gravity="fill_horizontal"
- android:src="@android:drawable/divider_horizontal_dark" />
+ android:paddingLeft="16dip"
+ android:paddingRight="16dip"
+ android:src="@android:drawable/divider_strong_holo" />
<!-- If the client uses a customTitle, it will be added here. -->
</LinearLayout>