summaryrefslogtreecommitdiff
path: root/GymLog/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorMike Miller <mikem.exe@gmail.com>2014-06-22 17:57:06 -0700
committerMike Miller <mikem.exe@gmail.com>2014-06-22 17:57:06 -0700
commit6033c7cf983a347c35574769b2e33a21e428783c (patch)
tree958c5a4a8117c13fdc300a8d24482a64215530fb /GymLog/src/main/AndroidManifest.xml
parent99bb04032209271f0ed416bb42ea5ab09de23eb8 (diff)
downloadGymLog-6033c7cf983a347c35574769b2e33a21e428783c.tar.xz
GymLog-6033c7cf983a347c35574769b2e33a21e428783c.zip
A few improvements
Diffstat (limited to 'GymLog/src/main/AndroidManifest.xml')
-rw-r--r--GymLog/src/main/AndroidManifest.xml42
1 files changed, 21 insertions, 21 deletions
diff --git a/GymLog/src/main/AndroidManifest.xml b/GymLog/src/main/AndroidManifest.xml
index 417ce01..d587282 100644
--- a/GymLog/src/main/AndroidManifest.xml
+++ b/GymLog/src/main/AndroidManifest.xml
@@ -1,21 +1,21 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.mikemiller.gymlog" >
-
- <application
- android:allowBackup="true"
- android:icon="@drawable/ic_launcher"
- android:label="@string/app_name"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
- <activity
- android:name="com.mikemiller.gymlog.MainActivity"
- android:label="@string/app_name" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
-
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
-
-</manifest>
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.mikemiller.gymlog" >
+
+ <application
+ android:allowBackup="true"
+ android:icon="@drawable/ic_launcher"
+ android:label="@string/app_name"
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
+ <activity
+ android:name="com.mikemiller.gymlog.MainActivity"
+ android:label="@string/app_name" >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ </application>
+
+</manifest>