Skip to content

Commit edce289

Browse files
authored
Merge pull request #52 from jatsqi/fix/positive-negative-button-alignment
Fix button alignment in portrait mode.
2 parents d8d1a01 + b6456e2 commit edce289

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MaterialDialogLibrary/src/main/res/layout/layout_alert_dialog.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
android:layout_height="wrap_content"
5454
android:layout_below="@+id/textView_message"
5555
android:layout_marginTop="16dp"
56+
android:gravity="center"
5657
android:orientation="horizontal"
5758
android:paddingLeft="16dp"
5859
android:paddingRight="16dp"

0 commit comments

Comments
 (0)