Explorar el Código

Fixed title gravity

Aidan Follestad hace 10 años
padre
commit
aa7a070d4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      library/src/main/res/layout/md_dialog.xml

+ 1 - 1
library/src/main/res/layout/md_dialog.xml

@@ -33,7 +33,7 @@
 
             <TextView
                 android:id="@+id/title"
-                android:layout_width="wrap_content"
+                android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:textSize="@dimen/md_title_textsize"
                 tools:text="Title" />