File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1919 android : theme =" @style/ImagePicker.Theme.Transparent" />
2020 <activity
2121 android : name =" .activity.dialog.DialogLauncherActivity"
22- android : theme =" @style/ImagePicker.Theme.Transparent " />
22+ android : theme =" @style/ImagePicker.Theme.Dialog " />
2323 <activity
2424 android : name =" .activity.customgallery.GalleryPickerCustomActivity" />
2525 </application >
Original file line number Diff line number Diff line change 1717 android : layout_width =" match_parent"
1818 android : layout_height =" ?android:attr/actionBarSize"
1919 android : layout_gravity =" bottom"
20- android : alpha =" 0.76"
21- android : background =" @android:color/white"
20+ android : background =" @color/image_picker_custom_gallery_bottom_bar_color"
2221 android : visibility =" gone"
2322 tools : visibility =" visible" />
2423
6665 android : layout_marginEnd =" 16dp"
6766 android : layout_marginRight =" 16dp"
6867 android : text =" @string/image_picker_gallery_action_select" />
69-
7068 </FrameLayout >
7169</FrameLayout >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <color name =" image_picker_custom_gallery_bottom_bar_color" >#C2FFFFFF</color >
4+ </resources >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <style name =" ImagePicker.Theme.Transparent" parent =" Theme.AppCompat" >
3+ <style name =" ImagePicker.Theme.Transparent" parent =" Theme.AppCompat.DayNight.NoActionBar " >
44 <item name =" android:windowIsTranslucent" >true</item >
55 <item name =" android:windowBackground" >@android:color/transparent</item >
66 <item name =" android:windowContentOverlay" >@null</item >
99 <item name =" android:backgroundDimEnabled" >false</item >
1010 </style >
1111
12- <style name =" ImagePicker.Theme.DimBlack " parent =" Theme.AppCompat" >
13- <item name =" android:windowIsTranslucent" >true </item >
14- <item name =" android:windowBackground" >#000000 </item >
12+ <style name =" ImagePicker.Theme.Dialog " parent =" Theme.AppCompat.DayNight.NoActionBar " >
13+ <item name =" android:windowIsTranslucent" >false </item >
14+ <item name =" android:windowBackground" >@android:color/transparent </item >
1515 <item name =" android:windowContentOverlay" >@null</item >
1616 <item name =" android:windowNoTitle" >true</item >
1717 <item name =" android:windowIsFloating" >true</item >
18- <item name =" android:backgroundDimEnabled" >false </item >
18+ <item name =" android:backgroundDimEnabled" >true </item >
1919 </style >
2020</resources >
You can’t perform that action at this time.
0 commit comments