File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
firestore/app/src/main/res Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4747 android : layout_height =" wrap_content"
4848 android : layout_centerVertical =" true"
4949 android : padding =" 8dp"
50- android : tint =" @color/greySecondary"
50+ app : tint =" @color/greySecondary"
5151 app : srcCompat =" @drawable/ic_filter_list_white_24px" />
5252
5353 <LinearLayout
8787 android : layout_alignParentRight =" true"
8888 android : layout_centerVertical =" true"
8989 android : padding =" 8dp"
90- android : tint =" @color/greySecondary"
90+ app : tint =" @color/greySecondary"
9191 app : srcCompat =" @drawable/ic_close_white_24px" />
9292
9393 </RelativeLayout >
Original file line number Diff line number Diff line change 2323 android : id =" @+id/icon_category"
2424 style =" @style/AppTheme.FilterIcon"
2525 android : layout_centerVertical =" true"
26- android : tint =" @color/greySecondary"
26+ app : tint =" @color/greySecondary"
2727 app : srcCompat =" @drawable/ic_fastfood_white_24dp" />
2828
2929 <Spinner
4444 android : id =" @+id/icon_city"
4545 style =" @style/AppTheme.FilterIcon"
4646 android : layout_centerVertical =" true"
47- android : tint =" @color/greySecondary"
47+ app : tint =" @color/greySecondary"
4848 app : srcCompat =" @drawable/ic_place_white_24px" />
4949
5050 <Spinner
6565 android : id =" @+id/icon_price"
6666 style =" @style/AppTheme.FilterIcon"
6767 android : layout_centerVertical =" true"
68- android : tint =" @color/greySecondary"
68+ app : tint =" @color/greySecondary"
6969 app : srcCompat =" @drawable/ic_monetization_on_white_24px" />
7070
7171 <Spinner
8686 android : id =" @+id/icon_sort"
8787 style =" @style/AppTheme.FilterIcon"
8888 android : layout_centerVertical =" true"
89- android : tint =" @color/greySecondary"
89+ app : tint =" @color/greySecondary"
9090 app : srcCompat =" @drawable/ic_sort_white_24px" />
9191
9292 <Spinner
Original file line number Diff line number Diff line change 2121
2222 <style name =" AppTheme.Overflow" parent =" Base.Widget.AppCompat.ActionButton.Overflow" >
2323 <item name =" android:padding" >0dp</item >
24- <item name =" android: tint" >@android:color/white</item >
24+ <item name =" tint" >@android:color/white</item >
2525 </style >
2626
2727 <style name =" AppTheme.FormLabel" >
You can’t perform that action at this time.
0 commit comments