[android] Increased quality of preview image

This commit is contained in:
alexzatsepin 2017-02-20 16:09:43 +03:00 committed by Arsentiy Milchakov
parent 96b7570952
commit 2304b3b9f4

View file

@ -29,7 +29,7 @@ string const kBookingApiBaseUrl = "https://distribution-xml.booking.com/json/boo
string const kExtendedHotelInfoBaseUrl = "";
#endif
string const kPhotoOriginalUrl = "http://aff.bstatic.com/images/hotel/max500/";
string const kPhotoSmallUrl = "http://aff.bstatic.com/images/hotel/square60/";
string const kPhotoSmallUrl = "http://aff.bstatic.com/images/hotel/max300/";
bool RunSimpleHttpRequest(bool const needAuth, string const & url, string & result)
{