mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-17 09:45:02 +01:00
The call state uses a RelativeLayout with a wrap content height where the state icons (including the progress bar) position was set as above the message. However, this caused the call state to wrap only the text; the icons were indeed above the message, but out of the view boundaries. Now the icons are wrapped in a FrameLayout and the text position is set below that frame layout instead, which causes the RelativeLayout height to correctly wrap its content. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
androidTest/java/com/nextcloud/talk | ||
generic | ||
gplay | ||
main | ||
qa | ||
test |