jcesar Active Member Licensed User Longtime User Nov 22, 2013 #1 Hi Is there a way to put a search textbox (or another view) in a action bar like in the gmail app ? I want use a native actionbar not AHActionBar. Regards
Hi Is there a way to put a search textbox (or another view) in a action bar like in the gmail app ? I want use a native actionbar not AHActionBar. Regards
Informatix Expert Licensed User Longtime User Nov 22, 2013 #2 Note there's an Action Bar with its full source code in B4A available here. Adding an EditText to this class is pretty easy since the bar is a panel. Upvote 0
Note there's an Action Bar with its full source code in B4A available here. Adding an EditText to this class is pretty easy since the bar is a panel.
jcesar Active Member Licensed User Longtime User Nov 22, 2013 #3 Informatix said: Note there's an Action Bar with its full source code in B4A available here. Adding an EditText to this class is pretty easy since the bar is a panel. Click to expand... Thanks Informatix So, thats only way ? The B4A native actionbar does not support this resource ? Regards Upvote 0
Informatix said: Note there's an Action Bar with its full source code in B4A available here. Adding an EditText to this class is pretty easy since the bar is a panel. Click to expand... Thanks Informatix So, thats only way ? The B4A native actionbar does not support this resource ? Regards
Informatix Expert Licensed User Longtime User Nov 22, 2013 #4 jcesar said: Thanks Informatix So, thats only way ? The B4A native actionbar does not support this resource ? Regards Click to expand... Maybe by using Reflection... but I never tried. Upvote 0
jcesar said: Thanks Informatix So, thats only way ? The B4A native actionbar does not support this resource ? Regards Click to expand... Maybe by using Reflection... but I never tried.