summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/resources
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-02-23 09:53:56 -0800
committerXavier Ducrohet <xav@android.com>2011-02-23 12:00:42 -0800
commitc6083f2c9eadb1f8a502ea9806868f5b0148667e (patch)
treedb6d0159444f1900142fe543dc34832bf7084e67 /tools/layoutlib/bridge/resources
parentcc4977d0fdaf657907912fd6cc2f9426dc8d2e36 (diff)
downloadframeworks_base-c6083f2c9eadb1f8a502ea9806868f5b0148667e.zip
frameworks_base-c6083f2c9eadb1f8a502ea9806868f5b0148667e.tar.gz
frameworks_base-c6083f2c9eadb1f8a502ea9806868f5b0148667e.tar.bz2
LayoutLib: misc fixes.
- implement some Paint methods that are needed for 2.x - fix the phone system bar to display the icons on the right. Change-Id: I3a938b14ec9a449dbc23a33303a3c8405a5369a8
Diffstat (limited to 'tools/layoutlib/bridge/resources')
-rw-r--r--tools/layoutlib/bridge/resources/bars/phone_system_bar.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/resources/bars/phone_system_bar.xml b/tools/layoutlib/bridge/resources/bars/phone_system_bar.xml
index 5211b0a..d3c492e 100644
--- a/tools/layoutlib/bridge/resources/bars/phone_system_bar.xml
+++ b/tools/layoutlib/bridge/resources/bars/phone_system_bar.xml
@@ -9,5 +9,7 @@
android:layout_width="wrap_content"/>
<ImageView
android:layout_height="wrap_content"
- android:layout_width="wrap_content"/>
+ android:layout_width="wrap_content"
+ android:layout_marginLeft="3dip"
+ android:layout_marginRight="5dip"/>
</merge>