Skip to content

Commit

Permalink
设计了logo
Browse files Browse the repository at this point in the history
  • Loading branch information
THU-liuyukun committed Apr 29, 2023
1 parent 89a42a7 commit 480a465
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/spiderman_icon"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/spiderman_icon"
android:supportsRtl="true"
android:theme="@style/Theme.BaiduAI" >

Expand Down
Binary file removed app/src/main/res/drawable/pay_money.jpg
Binary file not shown.
Binary file added app/src/main/res/drawable/spiderman_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<resources>
<string name="app_name">Baidu AI</string>
<string name="app_name">ImageAI</string>

<!-- button -->
<string name="button_name"> 显示转换后的效果 </string>
<string name="btn_close">关闭</string>

<!-- top_app_bar -->
<string name="page_title">Baidu AI</string>
<string name="page_title">Image Processing AI</string>

<!-- tips -->
<string name="tips_title">应用介绍</string>
Expand Down

0 comments on commit 480a465

Please sign in to comment.