Skip to content

Commit ada9032

Browse files
committed
add welcome page for this project
1 parent f0dad41 commit ada9032

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
android:allowBackup="true"
1313
android:debuggable="true"
1414
android:hardwareAccelerated="true"
15-
android:icon="@mipmap/ic_launcher"
15+
android:icon="@mipmap/ic_lanuch"
1616
android:label="@string/app_name"
1717
android:supportsRtl="true"
1818
android:theme="@style/MyTheme">
49.1 KB
Loading

app/src/main/res/layout/activity_welcome.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
tools:context=".WelcomeActivity">
88
<ImageView
99
android:id="@+id/bgIV"
10-
android:src="@drawable/bg"
10+
android:src="@drawable/welcome"
1111
android:scaleType="fitXY"
1212
android:layout_width="match_parent"
1313
android:layout_height="match_parent"/>
18.8 KB
Loading
-41.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)