AndroidManifest.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="com.usai.commoneditorlib">
  4. <!-- CommonEditor -->
  5. <application
  6. android:allowBackup="true"
  7. android:supportsRtl="true">
  8. <activity
  9. android:name=".CommonEditorActivity"
  10. android:theme="@style/Theme.AppCompat.Light">
  11. >
  12. </activity>
  13. <activity
  14. android:name=".ImageUploadActivity"
  15. android:theme="@style/Theme.AppCompat.Light">
  16. >
  17. </activity>
  18. <activity
  19. android:name=".ImageViewActivity"
  20. android:theme="@style/Theme.AppCompat.Light">
  21. >
  22. </activity>
  23. <activity
  24. android:name=".BundleModelActivity"
  25. android:theme="@style/Theme.AppCompat.Light">
  26. >
  27. </activity>
  28. <activity
  29. android:name=".AddressEditorActivity"
  30. android:theme="@style/Theme.AppCompat.Light">
  31. >
  32. </activity>
  33. <activity
  34. android:name=".CreditCardEditorActivity"
  35. android:theme="@style/Theme.AppCompat.Light">
  36. >
  37. </activity>
  38. <activity
  39. android:name=".ContactListActivity"
  40. android:theme="@style/Theme.AppCompat.Light">
  41. >
  42. </activity>
  43. <activity
  44. android:name=".EnumSlectActivity"
  45. android:theme="@style/Theme.AppCompat.Light">
  46. >
  47. </activity>
  48. <activity
  49. android:name=".DatePickerActivity"
  50. android:theme="@style/Theme.AppCompat.Light">
  51. >
  52. </activity>
  53. <activity
  54. android:name=".MonthPickerActivity"
  55. android:theme="@style/Theme.AppCompat.Light">
  56. >
  57. </activity>
  58. <activity
  59. android:name=".SignatureActivity"
  60. android:theme="@style/Theme.AppCompat.Light">
  61. >
  62. </activity>
  63. <activity
  64. android:name=".EnumSelectAndSort.EnumSelectAndSortActivity"
  65. android:theme="@style/Theme.AppCompat.Light">
  66. </activity>
  67. <activity
  68. android:name=".EnumSlectOnlineActivity"
  69. android:theme="@style/Theme.AppCompat.Light">
  70. </activity>
  71. </application>>
  72. </manifest>