1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/chenjianjun-ZoomPic

Клонировать/Скачать
AndroidManifest.xml 895
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
sincere Отправлено 12.01.2016 17:06 94cf044
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cjj.zoompic"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="19" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:name=".ZoomPicActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:theme="@style/TransStatusTheme" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/chenjianjun-ZoomPic.git
git@api.gitlife.ru:oschina-mirror/chenjianjun-ZoomPic.git
oschina-mirror
chenjianjun-ZoomPic
chenjianjun-ZoomPic
master