Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1381 from joschahenningsen/onboarding-images
Browse files Browse the repository at this point in the history
Update token setup screenshots
  • Loading branch information
kordianbruck authored Jan 29, 2021
2 parents a5f0e30 + aeb0213 commit eba6f50
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/drawable-nodpi/tokenmanagement.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-nodpi/wizz_activate_rights.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-nodpi/wizz_activate_token.webp
Binary file not shown.
Binary file not shown.
9 changes: 6 additions & 3 deletions app/src/main/res/layout/fragment_check_token.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,25 @@
android:textSize="15sp" />

<ImageView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_gravity="center"
android:layout_marginTop="@dimen/material_default_padding"
android:src="@drawable/tokenmanagement" />
android:src="@drawable/wizz_token_management" />

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_gravity="center"
android:layout_marginTop="@dimen/material_small_padding"
android:src="@drawable/wizz_activate_token" />

<ImageView
android:layout_width="match_parent"
android:layout_height="150dp"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:layout_gravity="center"
android:layout_marginTop="@dimen/material_small_padding"
android:src="@drawable/wizz_activate_rights" />
Expand Down

0 comments on commit eba6f50

Please sign in to comment.