Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
geometer committed Oct 1, 2015
1 parent b995c9d commit 0af41eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</service>
<activity android:name="org.geometerplus.android.fbreader.FBReader" android:launchMode="singleTask" android:icon="@drawable/fbreader" android:label="@string/app_name" android:theme="@style/FBReader.Activity" android:configChanges="orientation|keyboardHidden|screenSize">
<activity
android:name="org.geometerplus.android.fbreader.FBReader"
android:launchMode="singleTask"
android:icon="@drawable/fbreader"
android:label="@string/app_name"
android:theme="@style/FBReader.Activity"
android:configChanges="orientation|keyboardHidden|screenSize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down
9 changes: 8 additions & 1 deletion AndroidManifest.xml.pattern
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</service>
<activity android:name="org.geometerplus.android.fbreader.FBReader" android:launchMode="singleTask" android:icon="@drawable/fbreader" android:label="@string/app_name" android:theme="@style/FBReader.Activity" android:configChanges="orientation|keyboardHidden|screenSize">
<activity
android:name="org.geometerplus.android.fbreader.FBReader"
android:launchMode="singleTask"
android:icon="@drawable/fbreader"
android:label="@string/app_name"
android:theme="@style/FBReader.Activity"
android:configChanges="orientation|keyboardHidden|screenSize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down

0 comments on commit 0af41eb

Please sign in to comment.