Skip to content

Commit

Permalink
Fixed museum icon stretch, however it is shifted to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloneil committed May 17, 2016
1 parent 5dafa01 commit ad6b5a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/com/minotour/minotour/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ public boolean onNavigationItemSelected(MenuItem item) {
type = "cafe";
} else if (id == R.id.nav_restaurant) {
type = "restaurant";
} else if (id == R.id.nav_transit) {
type = "transit_station";
} else if (id == R.id.nav_park) {
type = "park";
} else if (id == R.id.nav_museum){
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/ic_museum_black.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="100dp"
android:height="125dp"
android:viewportWidth="100.0"
android:viewportWidth="125.0"
android:viewportHeight="125.0">
<path
android:fillColor="#FF000000"
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/menu/activity_main_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
android:id="@+id/nav_restaurant"
android:icon="@drawable/ic_local_dining_black_24dp"
android:title="Restaurants" />
<item
android:id="@+id/nav_transit"
android:icon="@drawable/ic_directions_transit_black_24dp"
android:title="Transit" />
<item
android:id="@+id/nav_park"
android:icon="@drawable/ic_terrain_black_24dp"
Expand Down

0 comments on commit ad6b5a2

Please sign in to comment.