Skip to content

Commit

Permalink
Use create icon for new post
Browse files Browse the repository at this point in the history
  • Loading branch information
swentel committed Sep 5, 2018
1 parent 55d60e7 commit ebc41b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed app/src/main/res/drawable/ic_add_white_48dp.png
Binary file not shown.
Binary file added app/src/main/res/drawable/ic_create_white_48dp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_channels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
android:layout_alignParentRight="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_add_white_48dp"
android:src="@drawable/ic_create_white_48dp"
android:layout_alignParentEnd="true" />

</RelativeLayout>

0 comments on commit ebc41b7

Please sign in to comment.