mabbas007 / TagsEditText

Android EditText for view tags or chips
Apache License 2.0
694 stars 124 forks source link

Square tags instead of round tags #29

Closed ShahnazK closed 7 years ago

ShahnazK commented 7 years ago

Hi I am using your library to generate the tags in dialog fragement. following is my code snippet. <mabbas007.tagsedittext.TagsEditText android:id="@+id/tagsEditText" android:layout_width="match_parent" android:layout_height="wrap_content" TagsEditText:allowSpaceInTag="true" TagsEditText:tagsCloseImageRight="@drawable/tag_close" TagsEditText:tagsBackground="@drawable/square" TagsEditText:tagsCloseImageLeft="@drawable/dot" TagsEditText:tagsTextColor="@color/colorPrimaryDark" TagsEditText:tagsTextSize="@dimen/defaultTagsTextSize" TagsEditText:tagsCloseImagePadding="@dimen/defaultTagsCloseImagePadding"/>

The problem is, it does generate square tags instead of round tags. can you please let me know what i am doing wrong? Thanks in advance.

ShahnazK commented 7 years ago

i figured out. I changed tagsbackground from 'square' to 'oval'