Git Product home page Git Product logo

Comments (12)

darcheville06 avatar darcheville06 commented on May 18, 2024

When i do that :
add(new NavigationTabBar.Model.Builder(
getResources().getDrawable(R.drawable.tab_bar_icone_missions),
Color.parseColor("#000000")
).title(getString(R.string.tab_bar_missions))
.build());

                add(new NavigationTabBar.Model.Builder(
                        getResources().getDrawable(R.drawable.icone_push_tab),
                        Color.parseColor("#000000")
                ).title("").build());

i have no title on the second tab but the icon is small

from navigationtabbar.

GIGAMOLE avatar GIGAMOLE commented on May 18, 2024

Hello. Thanks for help wanted. What title mode do you use? I have tried it many times and there no small icons.

from navigationtabbar.

darcheville06 avatar darcheville06 commented on May 18, 2024

Thanks for your help. I am using :
<com.gigamole.navigationtabbar.ntb.NavigationTabBar
android:id="@+id/navigationTabBar"
android:layout_width="match_parent"
android:layout_height="90dp"
app:ntb_badge_gravity="top"
app:ntb_badge_position="right"
app:ntb_badged="false"
app:ntb_scaled="true"
app:ntb_tinted="true"
app:ntb_title_mode="all"
app:ntb_titled="true"
app:ntb_swiped="true"/>

from navigationtabbar.

darcheville06 avatar darcheville06 commented on May 18, 2024

I have small icons with no title when im using
add(new NavigationTabBar.Model.Builder(
getResources().getDrawable(R.drawable.icone_push_tab),
Color.parseColor("#000000")
).title("").build());

from navigationtabbar.

GIGAMOLE avatar GIGAMOLE commented on May 18, 2024

Can you provide any screenshots?

from navigationtabbar.

GIGAMOLE avatar GIGAMOLE commented on May 18, 2024

Try to set space symbol on tab symbol in title, nor "".

from navigationtabbar.

darcheville06 avatar darcheville06 commented on May 18, 2024

tab_bar1

from navigationtabbar.

darcheville06 avatar darcheville06 commented on May 18, 2024

(the selected tab) ok i will try

from navigationtabbar.

darcheville06 avatar darcheville06 commented on May 18, 2024

it does not work :/

from navigationtabbar.

darcheville06 avatar darcheville06 commented on May 18, 2024

i put a space symbol in title(" ") but it does the same

from navigationtabbar.

GIGAMOLE avatar GIGAMOLE commented on May 18, 2024

Ohhh. You about that. There no feature to do the icon at the center, cause all icons must be in all level. Thanks.

from navigationtabbar.

darcheville06 avatar darcheville06 commented on May 18, 2024

Ah ok :/,

Thanks and Regards

from navigationtabbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.