sahildave / circle-chip-view

Chip view inspired by Play NewsStand 4.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of Play Newsstand 4.0

DEMO

Screenshot

<xyz.sahildave.circlechipview.CircleChipItem
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:ccv_icon_src="@drawable/bayern_munich"
        app:ccv_label_bg_color="#F4F4F4"
        app:ccv_label_text="Bayern Munich"
        app:ccv_label_text_color="#000000" />

TODO

  • Publish
  • Add Documentation

About

Chip view inspired by Play NewsStand 4.0

License:Apache License 2.0


Languages

Language:Java 100.0%