Check 370 ⇒ |
Add 350 ⇒ |
|||
Add 513 ⇒ |
Check 350 and 513 ⇒ |
|
|
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android = "http://schemas.android.com/apk/res/android" package = "com.ecs.wenchen.dynamiccheckbox"> <application android:icon = "@mipmap/ic_launcher" android:label = "Dynamic Checkbox" android:theme = "@style/AppTheme"> <activity android:name = ".MainActivity" android:label = "@string/app_name"> <intent-filter> <action android:name = "android.intent.action.MAIN" /> <category android:name = "android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest> |
Authority without wisdom is like a heavy axe without an edge, fitter to bruise than polish. ― Anne Bradstreet |