Kaydet (Commit) 71e176c0 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

android: Reformat for readibility.

Change-Id: Ib33d3ee0c78302b858b7c814e486c417276b7e7d
üst cfd74ae2
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="11"/> <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="11"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application <application android:debuggable="true"
android:debuggable="true"
android:largeHeap="true" android:largeHeap="true"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:icon="@drawable/lo_icon" android:icon="@drawable/lo_icon"
...@@ -26,8 +25,7 @@ ...@@ -26,8 +25,7 @@
</intent-filter>--> </intent-filter>-->
</activity> </activity>
<!-- File Explorer Activities taken from eclipse workspace --> <!-- File Explorer Activities taken from eclipse workspace -->
<activity <activity android:name=".ui.LibreOfficeUIActivity"
android:name=".ui.LibreOfficeUIActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.Sherlock.Light.DarkActionBar"> android:theme="@style/Theme.Sherlock.Light.DarkActionBar">
<intent-filter> <intent-filter>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment