Indentation cleanup
[fw/altos] / altosdroid / app / src / main / AndroidManifest.xml.in
index 89f97d6ac71b0856416ad66c26f15cc95de232e5..69b5463b6a8bc874a7652c752d45dbb6acd256c3 100644 (file)
     <application android:label="@string/app_name"
                  android:icon="@drawable/app_icon"
                  android:allowBackup="true"
-                android:theme="@style/CustomTheme">
+                 android:theme="@style/CustomTheme">
+
         <activity android:name="org.altusmetrum.AltosDroid.AltosDroid"
                   android:label="@string/app_name"
                   android:configChanges="orientation|keyboardHidden"
-                 android:launchMode="singleTop">
+                  android:launchMode="singleTop">
             <intent-filter>
                 <category android:name="android.intent.category.LAUNCHER" />
                 <action android:name="android.intent.action.MAIN" />
                   android:theme="@android:style/Theme.Dialog"
                   android:configChanges="orientation|keyboardHidden" />
 
-       <activity android:name=".SetupActivity"
-                 android:label="@string/setup"
+        <activity android:name=".SetupActivity"
+                  android:label="@string/setup"
                   android:theme="@android:style/Theme.Dialog"
                   android:configChanges="orientation" />
-                 
-       <activity android:name=".ManageFrequenciesActivity"
-                 android:label="@string/manage_frequencies"
+
+        <activity android:name=".ManageFrequenciesActivity"
+                  android:label="@string/manage_frequencies"
                   android:theme="@android:style/Theme.Dialog"
                   android:configChanges="orientation|keyboard" />