4 Star 13 Fork 2

sincere / HorizontalGuide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AndroidManifest.xml 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
sincere 提交于 2015-11-08 17:25 . init
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cjj.horizontalguide"
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"
android:theme="@style/AppTheme" >
<activity
android:name="com.cjj.horizontalguide.GuideActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="com.cjj.horizontalguide.ui.HomeActivity"></activity>
</application>
</manifest>
Android
1
https://gitee.com/chenjianjun/HorizontalGuide.git
git@gitee.com:chenjianjun/HorizontalGuide.git
chenjianjun
HorizontalGuide
HorizontalGuide
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891