Added wifi search category to UI.

This commit is contained in:
Dmitry Yunitsky 2014-09-11 19:20:14 +03:00 committed by Alex Zolotarev
parent 9ff9499417
commit 7d7473a823
7 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -110,7 +110,8 @@ public class SearchActivity extends MapsWithMeBaseListActivity implements Locati
"pharmacy",
"hospital",
"post",
"police"
"police",
"wifi"
};
private static final int mIcons[] = {
R.drawable.ic_food,
@ -127,7 +128,8 @@ public class SearchActivity extends MapsWithMeBaseListActivity implements Locati
R.drawable.ic_pharmacy,
R.drawable.ic_hospital,
R.drawable.ic_post,
R.drawable.ic_police
R.drawable.ic_police,
R.drawable.ic_wifi
};
private static final int CATEGORY_TYPE = 0;