diff --git a/app/src/main/res/layout/banner_image.xml b/app/src/main/res/layout/banner_image.xml index 0436244..233330f 100644 --- a/app/src/main/res/layout/banner_image.xml +++ b/app/src/main/res/layout/banner_image.xml @@ -3,4 +3,4 @@ android:id="@+id/image" android:layout_width="match_parent" android:layout_height="match_parent" - android:scaleType="fitXY"/> \ No newline at end of file + android:scaleType="centerCrop"/> \ No newline at end of file diff --git a/app/src/main/res/layout/frag_health.xml b/app/src/main/res/layout/frag_health.xml index a8feedd..ba8f1d4 100644 --- a/app/src/main/res/layout/frag_health.xml +++ b/app/src/main/res/layout/frag_health.xml @@ -56,7 +56,7 @@