Skip to content

Commit

Permalink
logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
dor132 committed Jun 11, 2017
1 parent 0e97e19 commit eae8139
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Logo.psd
Binary file not shown.
Binary file added LogoV2.psd
Binary file not shown.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".LoginActivity">

</activity>
</application>

</manifest>
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.
Binary file added app/src/main/res/drawable/logov2.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 added app/src/main/res/drawable/logov3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,21 @@
android:gravity="start"/>
</android.support.v7.widget.Toolbar>

<TextView
android:id="@+id/login_welcome"
<ImageView
android:id="@+id/logo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_below="@id/toolbar"
android:src="@drawable/logov3"
android:layout_centerHorizontal="true"
android:layout_marginTop="32dp"
android:layout_marginBottom="@dimen/activity_vertical_margin"
android:text="@string/login_welcome"
android:textSize="18sp"/>
android:layout_marginBottom="16dp"/>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_below="@id/login_welcome"
android:layout_below="@id/logo"
android:layout_marginStart="48dp"
android:layout_marginEnd="48dp"
android:layout_marginTop="16dp"
Expand All @@ -51,7 +49,8 @@
<android.support.design.widget.TextInputLayout
android:id="@+id/email_container"
android:layout_height="wrap_content"
android:layout_width="match_parent">
android:layout_width="match_parent"
android:layout_marginBottom="8dp">
<EditText
android:id="@+id/email_input"
android:layout_width="match_parent"
Expand Down
Binary file added logov3.psd
Binary file not shown.

0 comments on commit eae8139

Please sign in to comment.