You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Android App the Image Cropper is way too small. The only way I managed to increase its size to what I want is by hardcoding a height value like 500dp, which is something I'd like to avoid.
In my Android App the Image Cropper is way too small. The only way I managed to increase its size to what I want is by hardcoding a height value like 500dp, which is something I'd like to avoid.
Here a little excerpt from my xml.
´´´
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swiperefresh"
android:layout_width="match_parent"
android:layout_height="match_parent">
´´´
The text was updated successfully, but these errors were encountered: