Linked Questions

1 vote
2 answers
274 views

Why can't setting the view's xml attribute android:scrollbars="horizontal|vertical" make LinearLayout scrollable.?
Suresh's user avatar
  • 9,635
2 votes
1 answer
423 views

I want the text in a button to scroll...so for this i am using Text View on the button. I have set following attributes in the layout. but it's not working. I am using this in a RelativeLayout...can ...
Nipun David's user avatar
1 vote
3 answers
414 views

I am designing a table using RelativeLayout in Android and add entries programmically. The result pleases me so far: The layout code is <RelativeLayout android:id="@+id/table_relativelayout" ...
heiner's user avatar
  • 738
1 vote
1 answer
410 views

I have been looking at other threads but I couldn't find an answer so here comes my question: Is it possible to create a automatically horizontal scrolling TextView with a button to the right of it ...
jchiem's user avatar
  • 13
0 votes
1 answer
359 views

I'm building an application that takes data and appends the data in a textview. I want the text to be rotating in a vertical style(just as automatic horizontal scrolling ,but I need it to be in ...
s_wiki's user avatar
  • 129
1 vote
0 answers
330 views

I made many searches for finding a way to scroll textview vertically . But could not find any way. My app is for reading puposes so i need automatic scroll textview vertically Please can you help ...
Gaurav05's user avatar
1 vote
1 answer
241 views

I have a TextView that is inside a RecyclerView and those are both inside a fragment. When I try to scroll the Textview it just scrolls the RecyclerView instead. Fragment Code <?xml version="1....
Tyren Cleasby's user avatar
2 votes
1 answer
242 views

Hi i am new to android and i am developing an app are there any tutorials which teach me on how to add scrolling text to my app. I also want to update the text using a website ie; consider for ...
user1844638's user avatar
  • 1,073
1 vote
2 answers
190 views

When we have a TextView with a text of a certain size, it seems that if we add padding to the enclosing layout then the text wraps around to remain the same font size. But does this mean that setting ...
Jim's user avatar
  • 19.7k
1 vote
1 answer
278 views

I have a media player to play mp3 file and a text view show content of song mp3. Now i want text view can scroll vertical when mp3 run. How I can do it?
Hoa.Tran's user avatar
  • 935
5 votes
1 answer
2k views

My TextView scrolls only when the finger is in contact with the screen and only for the distance which the finger moved. How to enable fling scrolling in the TextView? <TextView android:id="@+...
radiantRazor's user avatar
2 votes
3 answers
204 views

I am trying to add privacy policy page in my app, the whole page is html content, and I used this method to make text scrollable but the problem is the full text dosen't appear inside textview and I ...
David Albert's user avatar
0 votes
3 answers
186 views

Hy! I am working on Android app for Cars where I want to show news of car. So I have 50 lines of text, I want to put all that text in one activity so u can scroll and read that text. Should I use ...
sanaya's user avatar
  • 3
0 votes
2 answers
228 views

So I have an activity with some EditTexts and ChipsInputs, I want these to scroll to the very top when active so my filterable list has room to show up. It works perfectly with the following structure....
ALEXANDRE CHAGAS VIEIRA JUNIOR's user avatar
0 votes
1 answer
166 views

I'm trying to make a help popup. Since the help tips will be different according to which screen you click the help button from, I want to put the text inside a scroll just in case. My layout looks ...
Javier Takano's user avatar

15 30 50 per page
1
3 4
5
6 7