Skip to content

Commit

Permalink
Fixed app icon when using a custom icon pack
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Jun 10, 2015
1 parent 0171dbd commit 6389260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/activity_app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/ic_launcher"
android:adjustViewBounds="true"
android:maxWidth="50dp"
android:maxHeight="50dp"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true" />
<TextView
Expand Down

0 comments on commit 6389260

Please # to comment.