Custom views are designed to be added with the designer. It is however very simple to create a layout file with the custom view and load it multiple times. Tip: remove the call to AutoScaleAll from the designer script. Complete example: Sub Globals Private B4XSwitch1 As B4XSwitch End...
Hi, This class allows to create Action Bars. There was already a good library to do that (AHActionBar) but I needed more features and more flexibility. So here is my version. Tutorials: How they do #2, How they do #3 v1.1: Fixed a bug in RemoveButton Added ReplacePressedDrawable Fixed...