forked from organicmaps/organicmaps
Removed transparency in delimiters.
This commit is contained in:
parent
17f3f5ffe0
commit
1740f54723
3 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/bg_bottom_toolbar"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
android:left="@dimen/margin_medium"
|
||||
android:right="@dimen/margin_medium">
|
||||
<shape>
|
||||
<solid android:color="@color/semitransparent_white"/>
|
||||
<solid android:color="@color/bg_menu"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/bg_menu"
|
||||
android:background="@color/bg_bottom_toolbar"
|
||||
android:orientation="vertical">
|
||||
|
||||
<View
|
||||
|
|
Loading…
Add table
Reference in a new issue