Skip to content

Commit

Permalink
Merge pull request #1 from barkr-osu/d-stels
Browse files Browse the repository at this point in the history
Merge logo+icon
  • Loading branch information
d-stels authored Mar 29, 2017
2 parents 5b6d2cf + 749816b commit 53a65fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
Expand Down
Binary file added app/src/main/res/drawable/icon.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/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_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
android:gravity="center"
>

<ImageView
android:layout_width="240dp"
android:layout_height="364dp"
android:src = "@drawable/logo"/>

<android.support.v7.widget.AppCompatButton
android:id="@+id/alarm_button"
android:layout_width="wrap_content"
Expand Down

0 comments on commit 53a65fd

Please sign in to comment.