mirror of
https://github.com/leanote/leanote-android.git
synced 2026-01-13 07:03:54 +08:00
14 lines
416 B
XML
14 lines
416 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.yuyh.library.imgsel">
|
|
|
|
<application
|
|
android:allowBackup="true"
|
|
android:label="@string/app_name"
|
|
android:supportsRtl="true">
|
|
<activity
|
|
android:name=".ImgSelActivity"
|
|
android:theme="@style/SelTheme" />
|
|
</application>
|
|
|
|
</manifest> |