|
@@ -21,9 +21,9 @@
|
|
|
<application
|
|
<application
|
|
|
android:allowBackup="true"
|
|
android:allowBackup="true"
|
|
|
android:name=".application.App"
|
|
android:name=".application.App"
|
|
|
- android:icon="@drawable/comment_btn_satisfied_sel"
|
|
|
|
|
|
|
+ android:icon="@mipmap/icon"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
- android:roundIcon="@drawable/comment_btn_satisfied_sel"
|
|
|
|
|
|
|
+ android:roundIcon="@mipmap/icon"
|
|
|
android:hardwareAccelerated="true"
|
|
android:hardwareAccelerated="true"
|
|
|
android:supportsRtl="true"
|
|
android:supportsRtl="true"
|
|
|
tools:replace="icon,label,theme"
|
|
tools:replace="icon,label,theme"
|