Aidan Follestad 10 年 前
コミット
8d4391748f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      library/src/main/res/layout/md_dialog.xml

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

@@ -82,7 +82,7 @@
 
         <FrameLayout
             android:id="@+id/customViewFrame"
-            android:layout_width="wrap_content"
+            android:layout_width="match_parent"
             android:layout_height="wrap_content" />
 
     </LinearLayout>