talk-android/app/src
Daniel Calviño Sánchez 7bb84fcf02 Fix icon not visible in call state message
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>
2022-09-18 14:25:56 +02:00
..
androidTest/java/com/nextcloud/talk remove unused persistence methods 2022-07-26 21:55:03 +02:00
generic add copyright + minor refactoring 2022-01-26 15:00:31 +01:00
gplay Migrate recieving calls from requery to room 2022-07-16 14:51:07 +02:00
main Fix icon not visible in call state message 2022-09-18 14:25:56 +02:00
qa add copyright + minor refactoring 2022-01-26 15:00:31 +01:00
test Add guests access preferences to conversation info 2022-08-29 18:42:56 +02:00