forked from organicmaps/organicmaps
Bugfix for edit description dialog toolbar shadow.
This commit is contained in:
parent
7fc82f5a50
commit
a603a0905f
2 changed files with 14 additions and 10 deletions
|
@ -1,17 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@android:color/white">
|
||||
|
||||
<include layout="@layout/toolbar_elevated"/>
|
||||
<include
|
||||
android:id="@+id/toolbar_layout"
|
||||
layout="@layout/toolbar_elevated"/>
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@android:color/white"
|
||||
android:padding="@dimen/margin_medium">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/toolbar_layout"
|
||||
android:paddingLeft="@dimen/margin_medium"
|
||||
android:paddingRight="@dimen/margin_medium">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/et__description"
|
||||
|
@ -23,4 +25,5 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
|
@ -38,6 +38,7 @@
|
|||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowIsFloating">false</item>
|
||||
<item name="colorPrimary">@color/base_green</item>
|
||||
<item name="android:windowBackground">@android:color/white</item>
|
||||
<item name="clickableBackground">?attr/selectableItemBackground</item>
|
||||
<item name="android:textViewStyle">@style/MwmWidget.TextView</item>
|
||||
<item name="android:colorBackgroundCacheHint">@null</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue