diff options
author | cyBerta <cyberta@riseup.net> | 2018-08-17 14:54:09 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-08-17 14:54:09 +0200 |
commit | 62d335bc2b72c4301539602fa04164365d780707 (patch) | |
tree | ccea8ab79b1901911164f9d9bc924d7ac79c2b83 /app/src/main/res/layout-sw600dp-port | |
parent | ea90432bc1e721ec2d53eb48048297fd82da943c (diff) |
fix background image reference for tablets, related to #8917
Diffstat (limited to 'app/src/main/res/layout-sw600dp-port')
-rw-r--r-- | app/src/main/res/layout-sw600dp-port/a_add_provider.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout-sw600dp-port/a_add_provider.xml b/app/src/main/res/layout-sw600dp-port/a_add_provider.xml index 6f43778b..0249a3fe 100644 --- a/app/src/main/res/layout-sw600dp-port/a_add_provider.xml +++ b/app/src/main/res/layout-sw600dp-port/a_add_provider.xml @@ -10,7 +10,7 @@ <android.support.v7.widget.AppCompatImageView android:layout_width="match_parent" android:layout_height="match_parent" - app:srcCompat="@drawable/ic_colorsquare" + app:srcCompat="@drawable/background_onboarding_tablet" android:scaleType="centerCrop" /> |