forked from organicmaps/organicmaps
Added wifi search category to UI.
This commit is contained in:
parent
9ff9499417
commit
7d7473a823
7 changed files with 4 additions and 2 deletions
BIN
android/res/drawable-hdpi/ic_wifi.png
Normal file
BIN
android/res/drawable-hdpi/ic_wifi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
android/res/drawable-ldpi/ic_wifi.png
Normal file
BIN
android/res/drawable-ldpi/ic_wifi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 557 B |
BIN
android/res/drawable-mdpi/ic_wifi.png
Normal file
BIN
android/res/drawable-mdpi/ic_wifi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 648 B |
BIN
android/res/drawable-xhdpi/ic_wifi.png
Normal file
BIN
android/res/drawable-xhdpi/ic_wifi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
android/res/drawable-xxhdpi/ic_wifi.png
Normal file
BIN
android/res/drawable-xxhdpi/ic_wifi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
android/res/drawable-xxxhdpi/ic_wifi.png
Normal file
BIN
android/res/drawable-xxxhdpi/ic_wifi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue