I wrote my whole app around
Based on some things I read in our forum I changed the setting to
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
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
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"/>
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"
I am just confused if this is something I need to worry about or not
Thanks for any help
BobVal