summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-05-21 22:00:31 -0700
committerAlan Viverette <alanv@google.com>2014-05-21 22:00:31 -0700
commit6c60c0fa85d9e7ea425c98a64dfc119cba392b3f (patch)
tree9d05dec53f788b0c1cf3108bda96324e760742df /core/res
parentaaddbe20e38b5698f5d375a3df5c6ee8aa71906e (diff)
downloadframeworks_base-6c60c0fa85d9e7ea425c98a64dfc119cba392b3f.zip
frameworks_base-6c60c0fa85d9e7ea425c98a64dfc119cba392b3f.tar.gz
frameworks_base-6c60c0fa85d9e7ea425c98a64dfc119cba392b3f.tar.bz2
End-align alert dialog buttons to avoid layout bug on tablet
Also removes default button elevation since we don't support inset outlines yet. BUG: 14316038 Change-Id: Iba3afa8febb0ac081dd0c62e0a0224e52b306705
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/layout/alert_dialog_quantum.xml8
-rw-r--r--core/res/res/values/styles_quantum.xml1
2 files changed, 2 insertions, 7 deletions
diff --git a/core/res/res/layout/alert_dialog_quantum.xml b/core/res/res/layout/alert_dialog_quantum.xml
index 80e34cb..e109425 100644
--- a/core/res/res/layout/alert_dialog_quantum.xml
+++ b/core/res/res/layout/alert_dialog_quantum.xml
@@ -89,10 +89,11 @@
android:layout_height="wrap_content"
android:minHeight="@dimen/alert_dialog_button_bar_height"
android:orientation="vertical"
+ android:gravity="end"
android:padding="16dip">
<LinearLayout
style="?android:attr/buttonBarStyle"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layoutDirection="locale">
<Button android:id="@+id/button3"
@@ -102,11 +103,6 @@
android:layout_marginRight="8dip"
android:maxLines="2"
android:minHeight="@dimen/alert_dialog_button_bar_height" />
- <View
- android:layout_width="0dp"
- android:layout_height="@dimen/alert_dialog_button_bar_height"
- android:layout_weight="1"
- android:visibility="invisible" />
<Button android:id="@+id/button2"
style="?android:attr/buttonBarButtonStyle"
android:layout_width="wrap_content"
diff --git a/core/res/res/values/styles_quantum.xml b/core/res/res/values/styles_quantum.xml
index e714e12..e528278 100644
--- a/core/res/res/values/styles_quantum.xml
+++ b/core/res/res/values/styles_quantum.xml
@@ -364,7 +364,6 @@ please see styles_device_defaults.xml.
<item name="textColor">?attr/textColorPrimary</item>
<item name="minHeight">48dip</item>
<item name="minWidth">96dip</item>
- <item name="elevation">2dip</item>
<item name="stateListAnimator">@anim/button_state_list_anim_quantum</item>
</style>