Thank you for your actionbar.
I was hoping to use it for custom actions. I'm running into an issue where I can't add custom icons because an icon is defined as 48x48 pixels, anything more than that, it will scale it down.
Do you have the source code for the library? I'd like to take a look to see if i can make it variable length for custom icons.
Hallo,
I wanted to use AB with colors defined by ARBG
like
Case 0
'c1 = Colors.ARGB(100,100,100, 180)
'c2 = Colors.ARGB(100,100, 100, 100)
'c3 = Colors.ARGB(100,100, 100, 100)
in example.
Works fine for the ActionBar but ActionIcons background has wrong colors.
NEVERMIND: I think its because Windows is having a permission issue with the Res folder. I noticed that even though I set the folder to read only, Windows doesn't set it. Let me see if that was the issue.
I get an error when running the demo:
B4X:
Program paused on line: 24 ac1.Initialize("AC")
The debugger tells me this:
B4X:
LastException android.content.res.Resource$NotFoundException: Resource ID #0x0
I have AHQuickAction 1.02 Library checked and installed, the same with Core and Reflection 2.20. I put Res in the objects folder and made it read only. I cleaned the project and I am using Android-15 Jar. My device is using Android 4.1.
I took a quick look at the source code and noticed there is already some code for ListNavigationDropdown.
Is there a specific reason you didn't include it in the wrapper?
If not, I might try including it.
Tried doing it, but seems I don't know enough about Java to make it .
What I'd like to achieve is what is described under the headline "Spinners" here: Action Bar | Android Developers
Any chance this will make it into a future Version of the library?
If I understand the source correctly, most of the code should already be there.
I took a quick look at the source code and noticed there is already some code for ListNavigationDropdown.
Is there a specific reason you didn't include it in the wrapper?
If not, I might try including it.
Yes the problem is that I didn't like the result. To make it nice the code needs a complete rewrite. I think it would be easier to add such a feature to Informatix ActionBar Class.