Coder Social home page Coder Social logo

Comments (2)

myacxy avatar myacxy commented on June 27, 2024

Hey @homedevs,
can you go into more detail of your layout hierarchy (e.g. layout screenshot using the device monitor)? Is that a CollapsingToolbarLayout inside your AppbarLayout? On which devices did you produce the issue? Are you using an Activity or AppCompatActivity? What attributes did you apply to the ChipsView in your xml layout?

from android-material-chips.

homedevs avatar homedevs commented on June 27, 2024

My layout hierarchy was like,

CoordinatorLayout (open)
AppBarLayout
Toolbar
Toolbar
AppBarLayout
LinearLayout
ChipsView
ChipsView
LinearLayout
CoordinatorLayout (close)
Device was : Moto G 1st Generation (5.1)

XML code

<com.doodle.android.chips.ChipsView
android:id="@+id/chipsView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cv_bg_color_clicked="@color/dark_green"
app:cv_color="@color/md_grey_200"
app:cv_text_color="@color/dark_green"
app:cv_vertical_spacing="2dp" />

Apologize for GIT formatting , As I am not much aware of it.

from android-material-chips.

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.