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

tag view -single line -hoizontal scroll view #1

Open
sharathyadhav1 opened this issue Dec 20, 2015 · 8 comments
Open

tag view -single line -hoizontal scroll view #1

sharathyadhav1 opened this issue Dec 20, 2015 · 8 comments

Comments

@sharathyadhav1
Copy link

I mean i need tagview ui inside hoizontal scroll view so the labels doesnt go to next line and scrolls inside horizontal scroll view

and other thing is i should be able to set the orientation

e183f768-9699-11e5-8d8b-b9456a222d08

@Cutta
Copy link
Owner

Cutta commented Dec 21, 2015

You can change tagview_item.xml. You should wrap the textviews with a scroolview and set the orientation anyway you like.

@sharathyadhav1
Copy link
Author

no its not working like that

@sharathyadhav1
Copy link
Author

i also tried wrapping the entire

<EditText
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:id="@+id/editText"
    android:layout_alignRight="@+id/tags_laoyut"
    android:layout_alignEnd="@+id/tags_laoyut"
    android:layout_alignLeft="@+id/tags_laoyut"
    android:layout_alignStart="@+id/tags_laoyut" />

<HorizontalScrollView
    android:id="@+id/tags_laoyut"
    android:layout_width="match_parent"
    android:layout_height="50dp"
    android:layout_marginLeft="6dp"
    android:background="@android:color/white"
    android:visibility="visible"
    android:layout_below="@+id/editText">

    <cuneyt.example.com.tagview.Tag.TagView
        android:id="@+id/tag_group"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_margin="10dp" />

</HorizontalScrollView>
to look like above but only one value comes

@motis10
Copy link

motis10 commented Nov 24, 2016

@Cutta @sharathyadhav1 I need it too. did you solve this problem?

@WasimMemon
Copy link

@motis10 You got any solution for this ? I also want this thing in horizontal scroll view.

@motis10
Copy link

motis10 commented Feb 9, 2017

I didn't. But i made workaround for it. Ill share it later

@nicholas-jomo
Copy link

@motis10 @Cutta any workaround? appreciate it.

@motis10
Copy link

motis10 commented Apr 25, 2017

Sorry, i checked and i have no workaround for it.

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

5 participants