Android Question FileDialog Color

slowtime

Active Member
Licensed User
Longtime User
Hi,

if I use FileDialog with
Theme.Holo.Light

B4X:
FDlg.ScrollingBackgroundColor=colors.Black
FDlg.FilePath = File.DirRootExternal&"/****/****/"
FDlg.FileFilter =".bup"
ret4=FDlg.Show ("RESTORE", "Ok","Cancel", "" , Null )
' -1 ok -3 cancel -2 nega
filenome = FDlg.ChosenName

the color of filenames is of similar value of the FileDialog background.
B4X:
FDlg.ScrollingBackgroundColor=colors.Black
has not effect.
Is it a bug or I am wrong.
Thank you.
Ciao
 
Top