From 63b87b529196c056fb4d96a58eded3936d3445f2 Mon Sep 17 00:00:00 2001 From: haijiang <181069201@qq.com> Date: Tue, 17 Jul 2018 16:19:35 +0800 Subject: [PATCH] 提交 --- app/src/main/AndroidManifest.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 57fce28..91ee280 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,9 +23,9 @@ <application android:name=".MainApp" android:allowBackup="true" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/icon" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@mipmap/icon" android:supportsRtl="true" android:theme="@style/AppTheme" tools:replace="android:icon"> -- Gitblit v1.8.0