Skip to content

Commit

Permalink
feat: add brand Bushers
Browse files Browse the repository at this point in the history
Waiting hotfix #26
  • Loading branch information
ajsb85 committed Dec 6, 2020
1 parent 114edfe commit f07b025
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
android:background="?attr/colorPrimary"
/>

<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="70dp"
android:contentDescription="@string/todo"
app:srcCompat="@drawable/brand_banner" />
</com.google.android.material.appbar.AppBarLayout>

<RelativeLayout
Expand Down

0 comments on commit f07b025

Please sign in to comment.