Show action bar and Up navigation - Android -


i implemented material theme , scroll-able tab in app. navigation in app working action bar not visible. using below theme,

<style name="mymaterialtheme.base" parent="theme.appcompat.light.darkactionbar">         <item name="windownotitle">true</item>         <item name="windowactionbar">false</item>            </style> 

now app have navigation below image,

enter image description here

i want show action bar, navigation , tab.i want below image,

enter image description here

is possible in android.

in manifest.xml file, find activity want add action bar , add these lines

<activity     android:theme="@android:style/theme.appcompat.light.darkactionbar"     .... > 

or can use relativelayout @ top background color, if want custom action bar.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

android - How to create dynamically Fragment pager adapter -

1111. appearing after print sequence - php -