mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-08 08:08:45 +01:00
fix #2635, make sure the Properties button at bottom actions is white
This commit is contained in:
parent
f4b89598e6
commit
b07e6a311e
@ -875,6 +875,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
||||
rotateImage(90)
|
||||
}
|
||||
|
||||
bottom_properties.applyColorFilter(Color.WHITE)
|
||||
bottom_properties.beVisibleIf(visibleBottomActions and BOTTOM_ACTION_PROPERTIES != 0)
|
||||
bottom_properties.setOnLongClickListener { toast(R.string.properties); true }
|
||||
bottom_properties.setOnClickListener {
|
||||
|
Loading…
x
Reference in New Issue
Block a user