Skip to content

Commit

Permalink
ElevationMapDetailsActivity change icon for export button
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrupczak3 committed Jun 26, 2024
1 parent ebaed84 commit d10361c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/menu/dem_detail_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<item
android:id="@+id/action_export_dem"
android:title="Export"
android:icon="@android:drawable/ic_menu_upload"
android:icon="@android:drawable/ic_menu_share"
android:title="Export DEM"
app:showAsAction="ifRoom" />
</menu>

0 comments on commit d10361c

Please sign in to comment.