Moved to Android Studio
This commit is contained in:
parent
4f2c43cc44
commit
3d161aecf4
26 changed files with 597 additions and 103 deletions
|
@ -1,20 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="preferExternal"
|
||||
package="net.thauvin.erik.android.emprunt"
|
||||
android:versionCode="4"
|
||||
android:versionName="1.0.1" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="9" />
|
||||
package="net.thauvin.erik.android.emprunt">
|
||||
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Emprunt" >
|
||||
android:theme="@style/Emprunt"
|
||||
android:allowBackup="true">
|
||||
<activity
|
||||
android:name=".EmpruntActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="sensorPortait" >
|
||||
android:screenOrientation="sensorPortait">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue