Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/compose/dialog
UlrichKu 73ce9ffda5
4063: Make dialog size more stable (#4066)
Fixes: #4063

Switching from an AlertDialog to only a DialogFragment.

I didn't get the AlertDialog to be sized correctly.
It also opens now directly with the right (full screen) size. When the
imageView fails to load (i.e. with an audio file) it will be hidden.

This changes the button layout somewhat.

One observation: The placeholder text "... visually impaired..." is not
quite right as a description for an audio file is not intended for the
visually impaired. But I couldn't think of a better text just yet.


![grafik](https://github.com/tuskyapp/Tusky/assets/1618905/fd49d5bd-b86c-4659-abb9-f1776cbb2a55)
2023-10-25 11:59:59 +02:00
..
AddPollDialog.kt 3472: Give polls a default duration (#3473) 2023-03-21 18:52:38 +01:00
AddPollOptionsAdapter.kt Kotlin 1.9.0 (#3835) 2023-08-02 09:04:24 +02:00
CaptionDialog.kt 4063: Make dialog size more stable (#4066) 2023-10-25 11:59:59 +02:00
FocusDialog.kt upgrade glide to 4.16.0 2023-09-11 19:29:50 +02:00