mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add school
This commit is contained in:
parent
4dbf881459
commit
d32755fd4e
1 changed files with 6 additions and 0 deletions
|
|
@ -238,6 +238,12 @@ public class NearbyListFragment extends ListFragment implements TaskListener {
|
|||
case "city":
|
||||
icon.setImageResource(R.drawable.round_icon_city);
|
||||
break;
|
||||
case "secondary school":
|
||||
icon.setImageResource(R.drawable.round_icon_school);
|
||||
break;
|
||||
case "edu":
|
||||
icon.setImageResource(R.drawable.round_icon_school);
|
||||
break;
|
||||
case "isle":
|
||||
icon.setImageResource(R.drawable.round_icon_island);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue