| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.usai.commoneditorlib">
- <!-- CommonEditor -->
- <application
- android:allowBackup="true"
- android:supportsRtl="true">
- <activity
- android:name=".CommonEditorActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".ImageUploadActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".ImageViewActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".BundleModelActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".AddressEditorActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".CreditCardEditorActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".ContactListActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".EnumSlectActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".DatePickerActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".MonthPickerActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".SignatureActivity"
- android:theme="@style/Theme.AppCompat.Light">
- >
- </activity>
- <activity
- android:name=".EnumSelectAndSort.EnumSelectAndSortActivity"
- android:theme="@style/Theme.AppCompat.Light">
- </activity>
- <activity
- android:name=".EnumSlectOnlineActivity"
- android:theme="@style/Theme.AppCompat.Light">
- </activity>
- </application>>
- </manifest>
|