new android studio project working

This commit is contained in:
Hristo Hristov
2015-12-15 16:24:07 +02:00
parent 7ee9be6236
commit babf84b2e8
55 changed files with 4331 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.nativescript.android_widgets_app">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
</application>
</manifest>