forked from organicmaps/organicmaps
[android] Fix btn dark theme
This commit is contained in:
parent
7b3f5ec33b
commit
98453f92cf
8 changed files with 4 additions and 1 deletions
BIN
android/res/drawable-hdpi/ic_clear_rounded_night.png
Normal file
BIN
android/res/drawable-hdpi/ic_clear_rounded_night.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 782 B |
BIN
android/res/drawable-mdpi/ic_clear_rounded_night.png
Normal file
BIN
android/res/drawable-mdpi/ic_clear_rounded_night.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 472 B |
BIN
android/res/drawable-xhdpi/ic_clear_rounded_night.png
Normal file
BIN
android/res/drawable-xhdpi/ic_clear_rounded_night.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 991 B |
BIN
android/res/drawable-xxhdpi/ic_clear_rounded_night.png
Normal file
BIN
android/res/drawable-xxhdpi/ic_clear_rounded_night.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
android/res/drawable-xxxhdpi/ic_clear_rounded_night.png
Normal file
BIN
android/res/drawable-xxxhdpi/ic_clear_rounded_night.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
|
@ -50,7 +50,7 @@
|
|||
android:layout_marginEnd="@dimen/margin_base"/>
|
||||
<ImageView
|
||||
android:id="@+id/edit_text_clear_btn"
|
||||
android:src="@drawable/ic_clear_rounded"
|
||||
android:src="?attr/icClearRounded"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:layout_gravity="center"
|
||||
android:layout_weight="0"
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
<attr name="filterPropertyTextColor" format="color"/>
|
||||
<attr name="adsRemovalOptionsBg" format="reference"/>
|
||||
<attr name="adsRemovalOptionsDivider" format="color"/>
|
||||
<attr name="icClearRounded" format="reference"/>
|
||||
|
||||
<declare-styleable name="AnchorBottomSheetBehavior_Layout">
|
||||
<attr name="behavior_anchorOffset" format="dimension" />
|
||||
|
|
|
@ -140,6 +140,7 @@
|
|||
<item name="filterPropertyTextColor">@color/filter_date_property_color</item>
|
||||
<item name="adsRemovalOptionsBg">@drawable/bg_ads_removal_options</item>
|
||||
<item name="adsRemovalOptionsDivider">@color/black_8</item>
|
||||
<item name="icClearRounded">@drawable/ic_clear_rounded</item>
|
||||
<item name="android:textAppearance">@style/TextAppearance</item>
|
||||
<item name="android:textAppearanceSmall">@style/TextAppearance.Small</item>
|
||||
<item name="android:textAppearanceMedium">@style/TextAppearance.Medium</item>
|
||||
|
@ -287,6 +288,7 @@
|
|||
<item name="filterPropertyTextColor">@color/filter_date_property_color_night</item>
|
||||
<item name="adsRemovalOptionsBg">@drawable/bg_ads_removal_options_night</item>
|
||||
<item name="adsRemovalOptionsDivider">@color/white_8</item>
|
||||
<item name="icClearRounded">@drawable/ic_clear_rounded_night</item>
|
||||
<item name="android:textAppearance">@style/TextAppearance</item>
|
||||
<item name="android:textAppearanceSmall">@style/TextAppearance.Small</item>
|
||||
<item name="android:textAppearanceMedium">@style/TextAppearance.Medium</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue