mirror of
https://github.com/accelforce/Yuito
synced 2024-12-22 13:24:46 +01:00
Set statusView width/height to match_parent (#3844)
Fixes an issue where the view's width is only enough to wrap the image, resulting in a very narrow view that obscures the text of the error.
This commit is contained in:
parent
799fcec6b0
commit
b17d3a5042
@ -37,8 +37,8 @@
|
||||
|
||||
<com.keylesspalace.tusky.view.BackgroundMessageView
|
||||
android:id="@+id/statusView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center"
|
||||
android:visibility="gone" />
|
||||
</FrameLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user