Force AlertDialogLayout to have gravity start|top

am: 00c4f7ba65

Change-Id: I268264e198ccb0d8394da68899406b96aaf5cb39
This commit is contained in:
Adam Powell
2016-08-29 22:18:15 +00:00
committed by android-build-merger

View File

@@ -20,6 +20,7 @@
android:id="@+id/parentPanel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="start|top"
android:orientation="vertical">
<include layout="@layout/alert_dialog_title_material" />