summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/resources/bars
diff options
context:
space:
mode:
Diffstat (limited to 'tools/layoutlib/bridge/resources/bars')
-rw-r--r--tools/layoutlib/bridge/resources/bars/action_bar.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/layoutlib/bridge/resources/bars/action_bar.xml b/tools/layoutlib/bridge/resources/bars/action_bar.xml
index 7adc5af..dcfb979 100644
--- a/tools/layoutlib/bridge/resources/bars/action_bar.xml
+++ b/tools/layoutlib/bridge/resources/bars/action_bar.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">
- <include layout="@android:layout/action_bar_home" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
+
+<include layout="@android:layout/screen_action_bar" />
+
</merge>