Correct scaling in exercise chooser
This commit is contained in:
parent
3e1f5cd2a0
commit
0049965ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="fitXY"
|
||||
android:scaleType="centerInside"
|
||||
app:layout_constraintDimensionRatio="h,1:1"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue