Merge "Revert "Block focus with a touchscreen for ActionBars and Toolbars"" into lmp-dev
This commit is contained in:
@@ -35,7 +35,6 @@ This is an optimized layout for a screen with the Action Bar enabled.
|
||||
android:layout_alignParentTop="true"
|
||||
style="?attr/actionBarStyle"
|
||||
android:transitionName="android:action_bar"
|
||||
android:touchscreenBlocksFocus="true"
|
||||
android:gravity="top">
|
||||
<com.android.internal.widget.ActionBarView
|
||||
android:id="@+id/action_bar"
|
||||
@@ -54,6 +53,5 @@ This is an optimized layout for a screen with the Action Bar enabled.
|
||||
android:layout_height="wrap_content"
|
||||
style="?attr/actionBarSplitStyle"
|
||||
android:visibility="gone"
|
||||
android:touchscreenBlocksFocus="true"
|
||||
android:gravity="center"/>
|
||||
</com.android.internal.widget.ActionBarOverlayLayout>
|
||||
|
||||
@@ -35,7 +35,6 @@ This is an optimized layout for a screen with a toolbar enabled.
|
||||
android:layout_alignParentTop="true"
|
||||
style="?attr/actionBarStyle"
|
||||
android:transitionName="android:action_bar"
|
||||
android:touchscreenBlocksFocus="true"
|
||||
android:gravity="top">
|
||||
<Toolbar
|
||||
android:id="@+id/action_bar"
|
||||
|
||||
@@ -1202,7 +1202,6 @@ please see styles_device_defaults.xml.
|
||||
<item name="navigationButtonStyle">@style/Widget.Toolbar.Button.Navigation</item>
|
||||
<item name="collapseIcon">?attr/homeAsUpIndicator</item>
|
||||
<item name="contentInsetStart">16dp</item>
|
||||
<item name="touchscreenBlocksFocus">true</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Toolbar.Button.Navigation" parent="Widget">
|
||||
|
||||
Reference in New Issue
Block a user