forked from organicmaps/organicmaps
Fix color icon on button to remove closed hours
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
parent
86ec6bca01
commit
95878f4c3c
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/editor_height_closed"
|
||||
android:paddingTop="@dimen/margin_base">
|
||||
|
@ -14,7 +15,8 @@
|
|||
android:layout_centerVertical="true"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/ic_close"/>
|
||||
android:src="@drawable/ic_close"
|
||||
app:tint="?iconTint"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv__closed_title"
|
||||
|
|
Loading…
Add table
Reference in a new issue