Lines Matching refs:ActionBar
43 activities that use the default theme have an {@link android.app.ActionBar}
45 native {@link android.app.ActionBar} over various Android releases. As a
46 result, the native {@link android.app.ActionBar} behaves differently
96 {@link android.app.ActionBar} class to provide the app bar. For example:
117 android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
167 android.support.v7.app.ActionBar} class. This approach lets you do a number of useful
172 To use the {@link android.support.v7.app.ActionBar} utility methods, call the
176 appcompat {@link android.support.v7.app.ActionBar} object.
178 android.support.v7.app.ActionBar} methods to adjust the app bar. For example,
179 to hide the app bar, call {@link android.support.v7.app.ActionBar#hide
180 ActionBar.hide()}.