Skip to content

Commit

Permalink
modify android app Icon and label
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckeDeng committed Jan 10, 2019
1 parent 7129236 commit 34809ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="flutter_rookie_book"
android:icon="@mipmap/ic_launcher">
android:label="菜鸟手册"
android:icon="@drawable/logo">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down
Binary file added android/app/src/main/res/drawable/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34809ab

Please sign in to comment.