tabhost

  1. A

    Android Question Change a selected tab background in TabHost or TabStrip

    Hi all. I need to change a selected tab background in either TabHost or TabStrip. I tried to run the example for TabHost with android:targetSdkVersion=26 and it worked fine by itself but with android:targetSdkVersion=30 it's no longer worked. In TabStrip I don't see any option to do so. That's...
  2. gezueb

    Android Question TabHost on top of other views

    I would like to call a TabHost View (linechart) from an existing layout. The Linecharts appears, but the views from the calling layout are still visible and active. How can I put the linechart in front of other views so that they disappear until I press aback button? The method "bringtofront" of...
  3. Mrphone

    Android Question Change font Tabhost

    Hi everyone :) I use DSTabLayout in the DesignSupport Library How can I change the tab font ??!
  4. D

    Android Question TabStrip: tabsize

    with TabHost you can see all the tabs in the screen (for example if you have 7 tabs they shrink to fit), but with TabStrip you need to hide some tabs by moving left-right, as they seem to have a fixed width. Is there any way to minimize tab width to "1 char" (in case you use a fontawesome...
  5. D

    Android Question Tabhost icons size too small (sdkversion=26)

    Hi, I've just added targetSdkVersion to 26 and all my layout changes because I had SDKtarget to 14 (I liked much more textbox appearence). I have TabHost with icons and they are too small now. What should I do? I've tried to change IMG to 192x192, use LoadBitMapResize... and same result, the...
  6. FERNANDO SILVEIRA

    Android Question How to regain focus on a theread not yet answered?

    Hello, guys.... I got this thread and it is still waiting for someones help. It is already 4-5 days old. Anyone? Regards, Fernando
  7. FERNANDO SILVEIRA

    Android Question How to align things within a TabPage?

    I had a single layout named "Play" with 4 buttons that I dinamically positioned the fields within it and it seemed visually perfect. Then I decided to use TabHosts and add an extra "About" layout. Now the original buttons that used to be aligned based on activity.Width seems a little displaced...
  8. FERNANDO SILVEIRA

    Android Question "APP Not installed" after a few changes

    I created and tested the app and it was running fine. Then I decided to implement tabs on the original layout, now after compiling with no errors, the installation would not complete. B4A Version: 8.00 Parsing code. (0.00s) Compiling code. (0.07s) Compiling layouts code. (0.01s)...
Top