Skip to content

Commit

Permalink
Added login graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
PDDStudio committed Mar 31, 2016
1 parent 4a65505 commit 7a74640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added app/src/main/res/drawable/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
android:orientation="vertical"
tools:context="com.pddstudio.tinyifttt.LoginActivity">

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/logo" />

<android.support.design.widget.TextInputLayout
android:id="@+id/ipInputLayout"
android:layout_width="match_parent"
Expand Down

0 comments on commit 7a74640

Please sign in to comment.