Android Question Help with StdActionBar

Mark.S

Member
Licensed User
I've been looking for some time for a tab strip that can be populated within an activity, without using the designer.
Mainly because were using + 120 views on a 8" Pad.

I came across Erel's StdActionBar which looks like it'll do the trick.

but i'm getting the following error when loading his example. (Android Ver 7)

B4A Version: 7.80
Parsing code. (0.00s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. Error
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:font
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontStyle
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontWeight

Is it because the Tab S2 doesn't have that font?
Is there any other Tab strip out there doesn't use the designer?
 

Myr0n

Active Member
Licensed User
Longtime User
Can you upload a prototype of your project and take a look?
Without it, we can not help you.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Use a higher android.jar (platform 28 suggested)
 
Upvote 0
Top