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

OSCHINA-MIRROR/chenjianjun-LinearLayoutProgressBar

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
AndroidManifest.xml 799
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
sincere Отправлено 31.08.2015 11:51 b7e490d
<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>

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

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

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