summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/resources/bars/action_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/layoutlib/bridge/resources/bars/action_bar.xml')
-rw-r--r--tools/layoutlib/bridge/resources/bars/action_bar.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/layoutlib/bridge/resources/bars/action_bar.xml b/tools/layoutlib/bridge/resources/bars/action_bar.xml
index cd99a09..51983f2 100644
--- a/tools/layoutlib/bridge/resources/bars/action_bar.xml
+++ b/tools/layoutlib/bridge/resources/bars/action_bar.xml
@@ -2,10 +2,8 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView
android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- android:layout_gravity="center"/>
+ android:layout_width="wrap_content"/>
<TextView
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"/>
+ android:layout_height="wrap_content"/>
</merge>