Git Product home page Git Product logo

Comments (5)

ayltai avatar ayltai commented on September 24, 2024

You don't need this library for horizontal marquee. The original TextView supports that. You just need to set ellipsize to "marquee", singleLine to "true" and lines to "1". You can refer to here as an example.

from android-lib-verticalmarqueetextview.

patelakshay13890 avatar patelakshay13890 commented on September 24, 2024

This doesnot work in my case so i need supprt bcoz in my app TextView will
not get focused or Selected for 1 or more sec so this doesnot work in my
case

On Thu, Feb 5, 2015 at 8:33 PM, Alan Tai [email protected] wrote:

You don't need this library for horizontal marquee. The original TextView
supports that. You just need to set ellipsize to "marquee", singleLine to
"true" and lines to "1". You can refer to here
http://rajeshandroiddeveloper.blogspot.hk/2013/06/marquee-effect-in-textview-tutorial.html
as an example.


Reply to this email directly or view it on GitHub
#1 (comment)
.

from android-lib-verticalmarqueetextview.

ayltai avatar ayltai commented on September 24, 2024

You can at least have 2 workarounds even if it is not possible to get focused:

  1. TextView.setSelected(true), or
  2. override TextView, and in TextView.isFocused(), always return true.

from android-lib-verticalmarqueetextview.

patelakshay13890 avatar patelakshay13890 commented on September 24, 2024

can you give some code for this ?

On Fri, Feb 6, 2015 at 8:56 PM, Alan Tai [email protected] wrote:

You can at least have 2 workarounds even if it is not possible to get
focused:

  1. TextView.setSelected(true), or
  2. override TextView, and in TextView.isFocused(), always return true.


Reply to this email directly or view it on GitHub
#1 (comment)
.

from android-lib-verticalmarqueetextview.

ayltai avatar ayltai commented on September 24, 2024

This is not really related to this project. There is a better place for this -> www.stackoverflow.com
Post your code there and show how it doesn't work in the way you like.

from android-lib-verticalmarqueetextview.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.