From 7b29e9ab6c4486e2258df4316d56cc45143a6f04 Mon Sep 17 00:00:00 2001 From: kfjohnny2 Date: Fri, 27 Oct 2017 03:14:33 -0200 Subject: [PATCH] Update action_bar_layout.xml --- app/src/main/res/layout/action_bar_layout.xml | 39 ++++++++++++++----- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/layout/action_bar_layout.xml b/app/src/main/res/layout/action_bar_layout.xml index 92e1a9f..402291a 100644 --- a/app/src/main/res/layout/action_bar_layout.xml +++ b/app/src/main/res/layout/action_bar_layout.xml @@ -1,14 +1,33 @@ - + android:layout_height="wrap_content" + android:orientation="vertical"> - - \ No newline at end of file + android:layout_height="?attr/actionBarSize" + android:background="?attr/colorPrimary" + app:contentInsetLeft="0dp" + app:contentInsetStart="0dp" + app:contentInsetStartWithNavigation="0dp"> + + + + + + + +