Skip to content

Commit

Permalink
Use same logo size for
Browse files Browse the repository at this point in the history
- account setup
- what's new screen
- splash screen

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Jun 13, 2024
1 parent 5d83a29 commit 4776791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/account_setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<ImageView
android:id="@+id/thumbnail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_width="@dimen/splash_image_size"
android:layout_height="@dimen/splash_image_size"
android:layout_marginBottom="@dimen/standard_padding"
android:contentDescription="@string/app_name"
android:src="@drawable/logo" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/whats_new_element.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ImageView
android:id="@+id/whatsNewImage"
android:layout_width="200dp"
android:layout_width="@dimen/splash_image_size"
android:layout_height="0dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="@dimen/alternate_margin"
Expand Down

0 comments on commit 4776791

Please sign in to comment.