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"?>
<resources>
<bool name="config_isMarketVersion">false</bool>
<bool name="config_enableLockScreen">false</bool>
<bool name="config_controlsOnBottom">true</bool>
<integer name="config_defaultRenderer">1</integer>
<bool name="config_isMarketVersion">false</bool>
<bool name="config_enableLockScreen">false</bool>
<bool name="config_controlsOnBottom">true</bool>
<integer name="config_defaultRenderer">1</integer>
</resources>

View File

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

View File

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

View File

@@ -159,7 +159,7 @@
</style>
<!-- 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} -->
<style name="Animation.SearchBar">
<item name="windowEnterAnimation">@anim/search_bar_enter</item>
@@ -506,12 +506,12 @@
</style>
<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>
</style>
<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:fadingEdge">vertical</item>
<item name="listSelector">@android:drawable/menu_selector</item>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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