forked from organicmaps/organicmaps
[android] deleted hotels booking advertisement on the start #46
Signed-off-by: Altynaika <altynaika.toktomuratovaa@gmail.com>
This commit is contained in:
parent
ae4bc37bc2
commit
6d151f1e94
2 changed files with 2 additions and 5 deletions
|
@ -37,10 +37,7 @@ public enum Tutorial
|
|||
}
|
||||
},
|
||||
|
||||
SEARCH(R.string.tips_book_hotel_title,
|
||||
R.string.tips_book_hotel_message,
|
||||
R.id.search, MainMenu.Item.SEARCH, MwmActivity.class)
|
||||
{
|
||||
SEARCH {
|
||||
@NonNull
|
||||
@Override
|
||||
public ClickInterceptor createClickInterceptor()
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
<nil key="highlightedColor"/>
|
||||
<userDefinedRuntimeAttributes>
|
||||
<userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="tips_book_hotel_title"/>
|
||||
<userDefinedRuntimeAttribute type="string" keyPath="localizedText" />
|
||||
</userDefinedRuntimeAttributes>
|
||||
</label>
|
||||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sYr-oN-jn1">
|
||||
|
|
Loading…
Add table
Reference in a new issue