fix #2635, make sure the Properties button at bottom actions is white

This commit is contained in:
tibbi 2023-01-17 17:55:12 +01:00
parent f4b89598e6
commit b07e6a311e

View file

@ -875,6 +875,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
rotateImage(90) rotateImage(90)
} }
bottom_properties.applyColorFilter(Color.WHITE)
bottom_properties.beVisibleIf(visibleBottomActions and BOTTOM_ACTION_PROPERTIES != 0) bottom_properties.beVisibleIf(visibleBottomActions and BOTTOM_ACTION_PROPERTIES != 0)
bottom_properties.setOnLongClickListener { toast(R.string.properties); true } bottom_properties.setOnLongClickListener { toast(R.string.properties); true }
bottom_properties.setOnClickListener { bottom_properties.setOnClickListener {