5 Star 9 Fork 1

sincere / LinearLayoutProgressBar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AndroidManifest.xml 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
sincere 提交于 2015-08-31 16:51 . init
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.app.llpb"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="21" />
<application
android:name="com.app.llpb.ProgressbarApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
<activity android:name="com.app.llpb.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
Android
1
https://gitee.com/chenjianjun/LinearLayoutProgressBar.git
git@gitee.com:chenjianjun/LinearLayoutProgressBar.git
chenjianjun
LinearLayoutProgressBar
LinearLayoutProgressBar
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891