summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/resources/bars/tablet_system_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/layoutlib/bridge/resources/bars/tablet_system_bar.xml')
-rw-r--r--tools/layoutlib/bridge/resources/bars/tablet_system_bar.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/layoutlib/bridge/resources/bars/tablet_system_bar.xml b/tools/layoutlib/bridge/resources/bars/tablet_system_bar.xml
index 8a3b87a..c5acddb 100644
--- a/tools/layoutlib/bridge/resources/bars/tablet_system_bar.xml
+++ b/tools/layoutlib/bridge/resources/bars/tablet_system_bar.xml
@@ -15,6 +15,10 @@
android:layout_weight="1"/>
<ImageView
android:layout_height="wrap_content"
+ android:layout_width="wrap_content"/>
+ <ImageView
+ android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:layout_gravity="center"/>
+ android:layout_marginLeft="3dip"
+ android:layout_marginRight="15dip"/>
</merge>