Android Question Mainfest <uses-sdk> and TabHostExtras problem

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I wrote my whole app around
B4X:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>

Based on some things I read in our forum I changed the setting to
B4X:
<uses-sdk android:minSdkVersion="4"/>
to see what my app then would look like

This cause a Small title bar (which is not a problem for me) but it has caused either TabHost or TabHostExtras from showing the Tab Text data properly. I believe the problem is with TabHostExtras. The Tab Text (title) appears at the bottom of the tab instead of center vertically if fact it is so low in the tab the bottoms of the letter y get chopped off.


If I distribute my code with it set for
B4X:
android:targetSdkVersion="14"
what will happen on older devices?

I am just confused if this is something I need to worry about or not

Thanks for any help

BobVal
 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Still a little confused. android:targetSdkVersion="14" has no effect on older devices. Does that mean I will get the smaller title bar and have the problem I am having with TabHostExtras?
 
Upvote 0
Top