Skip to content

Commit

Permalink
update icon for pdf-to-image
Browse files Browse the repository at this point in the history
  • Loading branch information
amy6 committed Oct 16, 2018
1 parent 55b8c7e commit bcc6ae4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/ic_image_black_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M21,19V5c0,-1.1 -0.9,-2 -2,-2H5c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2zM8.5,13.5l2.5,3.01L14.5,12l4.5,6H5l3.5,-4.5z"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"
app:option_icon="@drawable/ic_broken_image_black_24dp"
app:option_icon="@drawable/ic_image_black_24dp"
app:option_text="@string/pdf_to_images" />


Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/activity_main_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<item
android:id="@+id/nav_pdf_to_images"
android:icon="@drawable/ic_broken_image_black_24dp"
android:icon="@drawable/ic_image_black_24dp"
android:title="@string/pdf_to_images" />

<item
Expand Down

0 comments on commit bcc6ae4

Please sign in to comment.