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. 
This commit is contained in:
parent
dd250717b2
commit
73ce9ffda5
3 changed files with 79 additions and 35 deletions
|
|
@ -234,7 +234,6 @@
|
|||
<string name="hint_display_name">Display name</string>
|
||||
<string name="hint_note">Bio</string>
|
||||
<string name="hint_search">Search…</string>
|
||||
<string name="hint_description">Description</string>
|
||||
<string name="hint_media_description_missing">Media should have a description.</string>
|
||||
|
||||
<string name="search_no_results">No results</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue