Add suggested width for Floating Toolbar on large devices

The default for non-landscape was too small for tablet devices.

Bug: 21846073
Change-Id: Ic5a1dd5bab5c2a1aa08820f885446da29bb73d84
This commit is contained in:
Clara Bayarri
2015-06-15 18:26:22 +01:00
parent a31940df17
commit 67abeef4dd

View File

@@ -115,4 +115,6 @@
<!-- width of ImmersiveModeConfirmation (-1 for match_parent) -->
<dimen name="immersive_mode_cling_width">380dp</dimen>
<dimen name="floating_toolbar_preferred_width">544dp</dimen>
</resources>