Fix bug 3356144 - Alert dialog in Holo Dark theme has wrong height

Change-Id: I026ab039caa2b9010a25ed7a1980b1213d946509
This commit is contained in:
Adam Powell
2011-01-15 19:24:50 -08:00
parent 115ad16551
commit b921072c2b

View File

@@ -27,7 +27,6 @@
<LinearLayout android:id="@+id/topPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="64dip"
android:orientation="vertical">
<ImageView android:id="@+id/titleDividerTop"
android:layout_width="match_parent"
@@ -42,9 +41,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="center_vertical"
android:layout_marginTop="8dip"
android:layout_marginBottom="8dip"
android:gravity="center_vertical|left"
android:minHeight="60dip"
android:layout_marginLeft="32dip"
android:layout_marginRight="32dip">
<ImageView android:id="@+id/icon"