Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TagViews doesn't display any tags #30

Open
sgrumo opened this issue Nov 11, 2016 · 0 comments
Open

TagViews doesn't display any tags #30

sgrumo opened this issue Nov 11, 2016 · 0 comments

Comments

@sgrumo
Copy link

sgrumo commented Nov 11, 2016

Hi guys, I'm trying to add Tag on a TagView. I know how to do that, I have a particular problem : I'm trying to add Tags dynamically to a TagView but when I do that it doesn't display any tags. I'm debugging and print some Logs in order to know if inside the TagView there are any tags. I know for sure there are, so the problem isn't the Tags themself, I think there is a problem with XML. I've another TagView and with them I've noticed that if I add a backgroud to a TagView ( in order to get a line to the bottom of the View ) the widget doesn't display any Tags.

So the problem is : what's the problem with my XML?

`

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textStyle="bold"
            android:text="Interessi:"
            android:textSize="18sp"
            android:paddingRight="7dp"
            android:id="@+id/textView4" />
            <com.cunoraz.tagview.TagView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/modify_interests"
               />
    </LinearLayout>

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant