From b6b5d036fe45346cd79961151eea71aa8c135798 Mon Sep 17 00:00:00 2001 From: Shubham Maheshwari <shub97@gmail.com> Date: Sun, 23 Apr 2017 20:53:11 +0530 Subject: [PATCH] changed the app icon --- .idea/modules.xml | 2 -- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/layout/activity_login.xml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.idea/modules.xml b/.idea/modules.xml index de28312..f012943 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,8 +3,6 @@ <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/TaskBoxx.iml" filepath="$PROJECT_DIR$/TaskBoxx.iml" /> - <module fileurl="file://$PROJECT_DIR$/Taskboxx.iml" filepath="$PROJECT_DIR$/Taskboxx.iml" /> - <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> </modules> </component> diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 018a502..04f6f1b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,7 +7,7 @@ <application android:allowBackup="true" - android:icon="@mipmap/ic_launcher_round" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml index ddd7dce..819c8e1 100644 --- a/app/src/main/res/layout/activity_login.xml +++ b/app/src/main/res/layout/activity_login.xml @@ -57,7 +57,7 @@ android:id="@+id/Logo" android:layout_width="160dp" android:layout_height="160dp" - app:srcCompat="@mipmap/ic_launcher_round" + app:srcCompat="@mipmap/ic_launcher" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:layout_marginTop="35dp" /> -- GitLab