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

Commit

Permalink
use different images based on locale
Browse files Browse the repository at this point in the history
  • Loading branch information
joschahenningsen committed Jan 29, 2021
1 parent 24ac9c3 commit aeb0213
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 aeb0213

Please sign in to comment.