Skip to content

Commit

Permalink
Update images.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncleleonfan committed Nov 20, 2016
1 parent 1dc9b78 commit da619cb
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<application
android:allowBackup="true"
android:icon="@mipmap/funchat"
android:icon="@mipmap/ic_funchat"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ImageView
android:layout_width="60dp"
android:layout_height="60dp"
android:src="@mipmap/default_avatar"
android:src="@mipmap/avatar_9"
android:layout_margin="20dp"
android:scaleType="centerCrop"
android:layout_gravity="center_horizontal"/>
Expand Down
15 changes: 8 additions & 7 deletions app/src/main/res/layout/activity_splash.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/bg_splash">

<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@mipmap/splash"
android:scaleType="centerCrop"/>
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/ic_funchat"
android:layout_centerInParent="true"/>

</LinearLayout>
</RelativeLayout>
Binary file removed app/src/main/res/mipmap-xhdpi/default_avatar.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/funchat.png
Binary file not shown.
Binary file added app/src/main/res/mipmap-xhdpi/ic_funchat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>

<color name="bg_splash">#65A8E8</color>
<color name="qq_blue">#00acff</color>
<color name="qq_blue_pressed">#00a1db</color>
<color name="qq_blue_disabled">#559c9c9c</color>
Expand Down
Binary file modified img/login1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/login2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da619cb

Please sign in to comment.