Skip to content

Commit

Permalink
Add logo image and background on about
Browse files Browse the repository at this point in the history
  • Loading branch information
e10dokup committed Jan 4, 2019
1 parent 4a25440 commit 7ecff80
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions feature/about/src/main/res/layout/header_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@
android:layout_height="wrap_content"
android:paddingBottom="24dp">

<!--TODO: Need background and logo content -->

<ImageView
android:id="@+id/logo"
android:layout_width="0dp"
android:layout_height="150dp"
android:background="@color/gray3"
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="@drawable/bg_about"
android:contentDescription="@null"
android:src="@drawable/bg_about_logo"
android:scaleType="centerInside"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintDimensionRatio="h,9:5" />

<TextView
android:id="@+id/what_is_droidkaigi_text"
Expand Down

0 comments on commit 7ecff80

Please sign in to comment.