forked from organicmaps/organicmaps
Merge pull request #2940 from trashkalmar/search-suggest-ui-fix
[downloader][android] fix: Country suggestion layout was transparent.…
This commit is contained in:
commit
46b9333bc8
2 changed files with 2 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
style="@style/MwmWidget.Floating"
|
||||
android:background="?windowBackgroundForced"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<include layout="@layout/toolbar_with_search"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
android:id="@+id/ll__select_download"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="@dimen/placeholder_size"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical"
|
||||
|
@ -79,14 +80,6 @@
|
|||
android:layout_marginTop="@dimen/margin_half"
|
||||
android:text="@string/search_select_map"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body1"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn__select_other_map"
|
||||
style="@style/MwmWidget.Button"
|
||||
android:layout_marginTop="@dimen/margin_base_plus"
|
||||
android:text="@string/search_select_other_map"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body3"
|
||||
android:textColor="?colorAccent"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue