Browse Source

Sample fixes.

Aidan Follestad 10 năm trước cách đây
mục cha
commit
1f3419ad6b
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      sample/src/main/AndroidManifest.xml

+ 1 - 2
sample/src/main/AndroidManifest.xml

@@ -2,8 +2,7 @@
     package="com.afollestad.materialdialogssample">
 
     <application android:allowBackup="true" android:label="@string/app_name"
-        android:icon="@drawable/ic_launcher" android:theme="@style/AppTheme"
-        android:debuggable="true">
+        android:icon="@drawable/ic_launcher" android:theme="@style/AppTheme">
 
         <activity
             android:name=".MainActivity"