Giter Club home page Giter Club logo

breadcrumbsview's Issues

Horizontal separator now showing when used in nested fragment

When I use this in a single activity, the breadcrumbs works just fine. However, when used inside a nested fragment, the horizontal separator line does not show, only those dots are showing up. I used it inside a ConstraintLayout. In activity, it works, but not in nested fragment. Can you point out what I'm doing wrong here pls?

<io.victoralbertos.breadcumbs_view.BreadcrumbsView
    android:id="@+id/breadcrumbs"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginLeft="@dimen/_10sdp"
    android:layout_marginRight="@dimen/_10sdp"
    android:layout_marginTop="@dimen/_20sdp"
    android:gravity="center"
    app:numberOfSteps="7"
    app:visitedStepBorderDotColor="@color/colorVisited"
    app:visitedStepFillDotColor="@color/colorVisited"
    app:nextStepBorderDotColor="@color/colorNext"
    app:nextStepFillDotColor="@color/colorNext"
    app:visitedStepSeparatorColor="@color/colorVisited"
    app:nextStepSeparatorColor="@color/colorNext"
    app:radiusDot="@dimen/radius_dot"
    app:sizeDotBorder="@dimen/size_dot_border"
    app:heightSeparator="@dimen/height_separator"
    app:layout_constraintTop_toBottomOf="@id/tvTitle"/>

Manifest Merger Failed

I import the library to my app via gradle as indicated and I got this build error; Manifest merger failed : Attribute application@allowBackup value=(false).

I think you should remove allowBackup attribute from your library. (Libraries should not have that attribute).

Thank you!

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.