Giter VIP home page Giter VIP logo

Comments (7)

chalup avatar chalup commented on June 11, 2024

Check the sample app from this repo for floating menu usage. I've never experienced bugs you've mentioned. Can you post your code along with reproduction steps?

from android-floating-action-button.

chalup avatar chalup commented on June 11, 2024

I wasn't able to reproduce this issue and there is no response from @hirak141995, so I'm closing this issue.

from android-floating-action-button.

hirak141995 avatar hirak141995 commented on June 11, 2024

no resource identifier found for fab:label
fab:fab_title="Add Task"

from android-floating-action-button.

chalup avatar chalup commented on June 11, 2024

Few questions:

  1. Is this a runtime error, IDE warning or what?
  2. Can you post your layout XML?
  3. Which version of library do you use?

It would help me if you'd create a new issue for each new problem.

from android-floating-action-button.

hirak141995 avatar hirak141995 commented on June 11, 2024

I update library to 1.3.0. All works good now. but in the app, it doesnt show any title.
I am trying to add title for the 3 buttons.

<com.getbase.floatingactionbutton.FloatingActionsMenu xmlns:fab="http://schemas.android.com/apk/res-auto"
android:id="@+id/floatingbutton"
capture

            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentBottom="true"
            android:layout_alignParentEnd="true"
            android:layout_alignParentRight="true"
            fab:fab_addButtonColorNormal="#455a64"
            fab:fab_expandDirection="up"
            fab:fab_addButtonColorPressed="#607d8b"
            fab:fab_addButtonPlusIconColor="#eceff1">

            <com.getbase.floatingactionbutton.FloatingActionButton
                android:id="@+id/fabtask"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                fab:fab_title="Add Task"
                fab:fab_colorNormal="#546e7a"
                fab:fab_colorPressed="@color/pink"
                fab:fab_size="mini" />

            <com.getbase.floatingactionbutton.FloatingActionButton
                android:id="@+id/fabnote"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                fab:fab_title="Add Note"
                fab:fab_colorNormal="#546e7a"
                fab:fab_colorPressed="@color/pink"
                fab:fab_size="mini" />

            <com.getbase.floatingactionbutton.FloatingActionButton
                android:id="@+id/fabbday"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                fab:fab_title="Add Bday"
                fab:fab_colorNormal="#546e7a"
                fab:fab_colorPressed="@color/pink"
                fab:fab_size="mini" />

        </com.getbase.floatingactionbutton.FloatingActionsMenu>

from android-floating-action-button.

chalup avatar chalup commented on June 11, 2024

Again, please create new issue for each new problem you encounter.

You forgot to specify the fab_labelStyle in your menu. Check the sample app to see how you should use this feature.

from android-floating-action-button.

sakthibro avatar sakthibro commented on June 11, 2024

Error:Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lcom/getbase/floatingactionbutton/AddFloatingActionButton$1;
Problem with it . What i do ?

from android-floating-action-button.

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.