forked from organicmaps/organicmaps
[android] search category banner background attribute is renamed
This commit is contained in:
parent
c56cedce6f
commit
423f220034
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="@dimen/search_item_height"
|
||||
android:background="?searchCategorybannerBackground">
|
||||
android:background="?searchCategoryBannerBackground">
|
||||
<ImageView
|
||||
android:id="@+id/ad_choices_label"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<attr name="routingButtonActivatedHint" format="color" />
|
||||
<attr name="bannerText" format="color" />
|
||||
<attr name="bannerBackground" format="reference" />
|
||||
<attr name="searchCategorybannerBackground" format="reference" />
|
||||
<attr name="searchCategoryBannerBackground" format="reference" />
|
||||
<attr name="bannerButtonBackground" format="reference" />
|
||||
<attr name="bannerButtonBackgroundColor" format="color" />
|
||||
<attr name="adsBackground" format="reference" />
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
<item name="bannerText">@color/text_banner_color</item>
|
||||
<item name="bannerBackground">@drawable/bg_pp_banner</item>
|
||||
<item name="searchCategorybannerBackground">@drawable/bg_pp_banner</item>
|
||||
<item name="searchCategoryBannerBackground">@drawable/bg_pp_banner</item>
|
||||
<item name="bannerButtonBackground">@drawable/bg_pp_banner_large_button</item>
|
||||
<item name="bannerButtonBackgroundColor">@color/black_12</item>
|
||||
<item name="adsBackground">@drawable/bg_ads</item>
|
||||
|
@ -310,7 +310,7 @@
|
|||
|
||||
<item name="bannerText">@color/text_banner_color_night</item>
|
||||
<item name="bannerBackground">@drawable/bg_pp_banner_night</item>
|
||||
<item name="searchCategorybannerBackground">@drawable/bg_search_category_banner_night</item>
|
||||
<item name="searchCategoryBannerBackground">@drawable/bg_search_category_banner_night</item>
|
||||
<item name="bannerButtonBackground">@drawable/bg_pp_banner_large_button_night</item>
|
||||
<item name="bannerButtonBackgroundColor">@color/white_12</item>
|
||||
<item name="adsBackground">@drawable/bg_ads_night</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue