Browse Source

Improved input dialog spacing

Aidan Follestad 10 years ago
parent
commit
c013845fee
1 changed files with 3 additions and 1 deletions
  1. 3 1
      library/src/main/res/layout/md_dialog_input.xml

+ 3 - 1
library/src/main/res/layout/md_dialog_input.xml

@@ -23,7 +23,9 @@
             android:fontFamily="sans-serif"
             android:textSize="@dimen/md_content_textsize"
             android:layout_marginTop="4dp"
-            android:layout_marginBottom="16dp"
+            android:layout_marginBottom="8dp"
+            android:layout_marginLeft="2dp"
+            android:layout_marginRight="2dp"
             tools:text="Message"
             android:layout_gravity="center_horizontal"
             tools:ignore="UnusedAttribute" />