Fix quick action crash on 2.3
This commit is contained in:
parent
c113cb93c4
commit
2908201400
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<android.support.v7.widget.Toolbar
|
||||
android:id="@+id/custom_toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?android:attr/actionBarSize"
|
||||
android:layout_height="@dimen/dashboard_map_toolbar"
|
||||
android:background="?attr/actionModeBackground"/>
|
||||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
|
|
Loading…
Reference in a new issue