Aidan Follestad 10 年之前
父节点
当前提交
a00a9d4dbb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      library/src/main/res/layout/md_dialog.xml

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

@@ -1,6 +1,6 @@
 <LinearLayout
     android:orientation="vertical"
-    android:layout_width="wrap_content"
+    android:layout_width="match_parent"
     android:layout_height="wrap_content"
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools">
@@ -8,7 +8,7 @@
     <LinearLayout
         android:id="@+id/mainFrame"
         android:orientation="vertical"
-        android:layout_width="wrap_content"
+        android:layout_width="match_parent"
         android:layout_height="0dp"
         android:layout_weight="1">