summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2009-08-06 16:43:23 -0700
committerAmith Yamasani <yamasani@google.com>2009-08-06 16:43:23 -0700
commit7f28787edf438d7679d2c322aa7bae11c22f4eca (patch)
tree3c4807ab8f2104e44c2218722dbeff123c79ff7c /res/layout
parente41a4ca695db12308006fe1a6d061642b7d3f1a1 (diff)
downloadpackages_apps_settings-7f28787edf438d7679d2c322aa7bae11c22f4eca.zip
packages_apps_settings-7f28787edf438d7679d2c322aa7bae11c22f4eca.tar.gz
packages_apps_settings-7f28787edf438d7679d2c322aa7bae11c22f4eca.tar.bz2
Re-ordered some Settings and renamed some.
Reduced padding around the icons in the top level screen. Re-ordered top-level settings. Moved Airplane mode to the top of wireless & networks.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/preference_icon.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/preference_icon.xml b/res/layout/preference_icon.xml
index d6bce0e..03f4e70 100644
--- a/res/layout/preference_icon.xml
+++ b/res/layout/preference_icon.xml
@@ -29,19 +29,19 @@
android:id="@+id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="12dip"
+ android:layout_marginLeft="6dip"
android:layout_marginRight="6dip"
android:layout_gravity="center" />
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="6dip"
+ android:layout_marginLeft="2dip"
android:layout_marginRight="6dip"
android:layout_marginTop="6dip"
android:layout_marginBottom="6dip"
android:layout_weight="1">
-
+
<TextView android:id="@+android:id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -49,7 +49,7 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:ellipsize="marquee"
android:fadingEdge="horizontal" />
-
+
<TextView android:id="@+android:id/summary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -59,5 +59,5 @@
android:maxLines="2" />
</RelativeLayout>
-
+
</LinearLayout>