forked from organicmaps/organicmaps
[downloader][android] fix: FAB in downloader was not clickable on Android 4.x
This commit is contained in:
parent
83a3575ac1
commit
6ede28611e
1 changed files with 7 additions and 7 deletions
|
@ -20,6 +20,13 @@
|
|||
android:textColor="?colorAccent"
|
||||
tools:text="@string/downloader_update_all_button"/>
|
||||
|
||||
<include
|
||||
layout="@layout/recycler_default"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@id/toolbar"
|
||||
android:layout_above="@id/action"/>
|
||||
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -31,13 +38,6 @@
|
|||
android:layout_marginBottom="@dimen/margin_base"
|
||||
android:src="?fabAdd"/>
|
||||
|
||||
<include
|
||||
layout="@layout/recycler_default"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_below="@id/toolbar"
|
||||
android:layout_above="@id/action"/>
|
||||
|
||||
<include
|
||||
layout="@layout/placeholder"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Add table
Reference in a new issue