Removed White spaces and tabs from all overlay xml files

In order to have a clean white spaces for all the overlay files
this commit has all the files cleaned

Change-Id: Ie3b644f73c44165cd07a899172e7b8a7e314aa5b
This commit is contained in:
KalimochoAz
2011-04-09 21:00:27 +02:00
parent a63ac0a380
commit e785874148
33 changed files with 312 additions and 312 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<bool name="config_isMarketVersion">false</bool> <bool name="config_isMarketVersion">false</bool>
<bool name="config_enableLockScreen">false</bool> <bool name="config_enableLockScreen">false</bool>
<bool name="config_controlsOnBottom">true</bool> <bool name="config_controlsOnBottom">true</bool>
<integer name="config_defaultRenderer">1</integer> <integer name="config_defaultRenderer">1</integer>
</resources> </resources>

View File

@@ -20,11 +20,11 @@
<!-- These resources are around just to allow their values to be customized <!-- These resources are around just to allow their values to be customized
for different hardware and product builds. --> for different hardware and product builds. -->
<resources> <resources>
<!-- FFC parameter filtering --> <!-- FFC parameter filtering -->
<bool name="ffc_canFocus">false</bool> <bool name="ffc_canFocus">false</bool>
<bool name="ffc_canZoom">false</bool> <bool name="ffc_canZoom">false</bool>
<string name="ffc_supportedEffects">none,mono,sepia,negative,aqua</string> <string name="ffc_supportedEffects">none,mono,sepia,negative,aqua</string>
<string name="filtered_pictureSizes">2592x1936</string> <string name="filtered_pictureSizes">2592x1936</string>
</resources> </resources>

View File

@@ -479,8 +479,8 @@
<activity android:name=".ExportVCardActivity" <activity android:name=".ExportVCardActivity"
android:theme="@style/BackgroundOnly" /> android:theme="@style/BackgroundOnly" />
<!-- Wysie_Soh: Custom Intents --> <!-- Wysie_Soh: Custom Intents -->
<activity android:name="ContactsPreferences"> <activity android:name="ContactsPreferences">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />

View File

@@ -159,7 +159,7 @@
</style> </style>
<!-- Window animations that are applied to the search bar overlay window. <!-- Window animations that are applied to the search bar overlay window.
Previously used, but currently unused. Previously used, but currently unused.
{@hide Pending API council approval} --> {@hide Pending API council approval} -->
<style name="Animation.SearchBar"> <style name="Animation.SearchBar">
<item name="windowEnterAnimation">@anim/search_bar_enter</item> <item name="windowEnterAnimation">@anim/search_bar_enter</item>
@@ -506,12 +506,12 @@
</style> </style>
<style name="Widget.ListView.DropDown"> <style name="Widget.ListView.DropDown">
<item name="android:cacheColorHint">@null</item> <item name="android:cacheColorHint">@null</item>
<item name="android:divider">@android:drawable/divider_horizontal_bright_opaque</item> <item name="android:divider">@android:drawable/divider_horizontal_bright_opaque</item>
</style> </style>
<style name="Widget.ListView.Menu"> <style name="Widget.ListView.Menu">
<item name="android:cacheColorHint">@null</item> <item name="android:cacheColorHint">@null</item>
<item name="android:scrollbars">vertical</item> <item name="android:scrollbars">vertical</item>
<item name="android:fadingEdge">vertical</item> <item name="android:fadingEdge">vertical</item>
<item name="listSelector">@android:drawable/menu_selector</item> <item name="listSelector">@android:drawable/menu_selector</item>

View File

@@ -16,53 +16,53 @@
*/ */
--> -->
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:id="@+id/layout_root" android:id="@+id/layout_root"
> >
<LinearLayout <LinearLayout
android:orientation="horizontal" android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:padding="5dp" android:padding="5dp"
android:layout_weight="1.0" android:layout_weight="1.0"
> >
<TextView <TextView
android:id="@+id/text_columns_span" android:id="@+id/text_columns_span"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:layout_weight="1.0" android:layout_weight="1.0"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:text="@string/widget_columns"/> android:text="@string/widget_columns"/>
<TextView <TextView
android:id="@+id/text_rows_span" android:id="@+id/text_rows_span"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:layout_weight="1.0" android:layout_weight="1.0"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:text="@string/widget_rows"/> android:text="@string/widget_rows"/>
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:orientation="horizontal" android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:padding="5dp" android:padding="5dp"
android:layout_weight="1.0" android:layout_weight="1.0"
> >
<com.android.launcher.NumberPicker <com.android.launcher.NumberPicker
android:id="@+id/widget_columns_span" android:id="@+id/widget_columns_span"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:layout_weight="1.0"/> android:layout_weight="1.0"/>
<com.android.launcher.NumberPicker <com.android.launcher.NumberPicker
android:id="@+id/widget_rows_span" android:id="@+id/widget_rows_span"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:layout_weight="1.0" /> android:layout_weight="1.0" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>

View File

@@ -55,7 +55,7 @@
android:text="@string/lock_example_message" android:text="@string/lock_example_message"
android:layout_gravity="left" android:layout_gravity="left"
style="?android:attr/textAppearanceMedium" style="?android:attr/textAppearanceMedium"
android:visibility="gone" android:visibility="gone"
/> />
</LinearLayout> </LinearLayout>

View File

@@ -20,9 +20,9 @@
<!-- These resources are around just to allow their values to be customized <!-- These resources are around just to allow their values to be customized
for different hardware and product builds. --> for different hardware and product builds. -->
<resources> <resources>
<!-- FFC parameter filtering --> <!-- FFC parameter filtering -->
<bool name="ffc_canFocus">false</bool> <bool name="ffc_canFocus">false</bool>
<bool name="ffc_canZoom">false</bool> <bool name="ffc_canZoom">false</bool>
<string name="ffc_supportedEffects">none,mono,sepia</string> <string name="ffc_supportedEffects">none,mono,sepia</string>
</resources> </resources>

View File

@@ -20,6 +20,6 @@
<!-- These resources are around just to allow their values to be customized <!-- These resources are around just to allow their values to be customized
for different hardware and product builds. --> for different hardware and product builds. -->
<resources> <resources>
<string name="filtered_pictureSizes">2592x1936</string> <string name="filtered_pictureSizes">2592x1936</string>
</resources> </resources>

View File

@@ -20,9 +20,9 @@
<!-- These resources are around just to allow their values to be customized <!-- These resources are around just to allow their values to be customized
for different hardware and product builds. --> for different hardware and product builds. -->
<resources> <resources>
<!-- FFC parameter filtering --> <!-- FFC parameter filtering -->
<bool name="ffc_canFocus">false</bool> <bool name="ffc_canFocus">false</bool>
<bool name="ffc_canZoom">false</bool> <bool name="ffc_canZoom">false</bool>
<string name="ffc_supportedEffects">none,mono,sepia</string> <string name="ffc_supportedEffects">none,mono,sepia</string>
</resources> </resources>

View File

@@ -20,6 +20,6 @@
<!-- These resources are around just to allow their values to be customized <!-- These resources are around just to allow their values to be customized
for different hardware and product builds. --> for different hardware and product builds. -->
<resources> <resources>
<string name="filtered_pictureSizes">2592x1936</string> <string name="filtered_pictureSizes">2592x1936</string>
</resources> </resources>