• This repository has been archived on 06/May/2018
  • Stars
    star
    162
  • Rank 231,017 (Top 5 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A custom TextView with vertical marquee effect

Vertical Marquee TextView for Android

Download Build Status CircleCI Codeship Status for ayltai/Android-Lib-VerticalMarqueeTextView Build Status BuddyBuild

A custom TextView with vertical marquee effect.

Screenshot-1  Screenshot-2  Screenshot-3

Features

  • Automatically start marquee effect when the TextView is added to a view.
  • Customizable marquee speed
  • Easy to extend and customize

Installation

repositories {
    jcenter()
}

dependencies {
    compile 'android.lib.verticalmarqueetextview:VerticalMarqueeTextView:+'
}

How to use

This project includes an activity_example.xml to show how to use this library using XML declaration. An ExampleActivity is also included, which, however, is basically empty because you don't need to write any code!

Here is the example layout that generates the above screenshots:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:example="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">
    <ImageView
        android:layout_width="wrap_content"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:layout_gravity="center_horizontal"
        android:scaleType="centerInside"
        android:src="@android:drawable/sym_def_app_icon" />
    <android.lib.widget.verticalmarqueetextview.VerticalMarqueeTextView
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:layout_gravity="center_horizontal"
        example:marqueeSpeed="25"
        example:textSize="20dp"
        example:textColor="@android:color/white"
        example:textStyle="bold"
        example:text="The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog." />
    <View
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1" />
</LinearLayout>

More Repositories

1

Hack-Scribd-Unblurer

Unblur Scribd document pages for non-paid members
JavaScript
105
star
2

Newspaper

An aggregated newspaper app containing news from 10+ local news publishers in Hong Kong. Made with ❤
Java
89
star
3

Android-Lib-reCAPTCHA

[Deprecated] The reCAPTCHA Android Library provides a simple way to show a CAPTCHA as an ImageView in your Android app, helping you stop bots from abusing it. The library wraps the reCAPTCHA API.
Java
71
star
4

MacOS-Developers-Excuses

A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤
Swift
68
star
5

BrewMyMac

The coolest way to install apps and customize your Mac!
TypeScript
58
star
6

spring-graalvm-native-plugin

Supports for building Spring Boot applications as GraalVM native images.
Java
37
star
7

Android-Lib-Pen

A Samsung S-Pen library for Android that handles most of the common use cases with a single class only and offer reduced complexity compared with Samsung SDK Pen package
Java
21
star
8

ansible-macos-tweaks

Tweak your macOS with Ansible in over 40 different ways!
14
star
9

setup-graalvm

GraalVM GitHub action
JavaScript
12
star
10

hknews

Serves aggregated news from 13 local news publishers in Hong Kong
Java
11
star
11

price-calculator

The forgotten shopping tool - using unit pricing is the best way for shoppers to save money on grocery shopping!
Java
8
star
12

mopub-nativead-adapters

Custom adapters for MoPub native ads
Java
8
star
13

google-toolbox-webextension

180+ Google products readily available at your fingertips!
JavaScript
7
star
14

GitHub-Extensions

A bunch of little enhancements for GitHub web
JavaScript
5
star
15

hknews-android

Serves aggregated news from 10+ local news publishers in Hong Kong. Made with ❤
Java
5
star
16

Android-Lib-SymmetricProgressBar

An animated ProgressBar, similar to the one used in Gmail app.
Java
4
star
17

weatherbear

A gorgeous weather app for your macOS, Linux, and Windows
JavaScript
4
star
18

restore-closed-tabs-webextension

Provides a reliable way to restore closed tabs. Never lost a tab again!
JavaScript
4
star
19

unsplash-api-proxy

Serves as a proxy on Google App Engine to communicate with Unsplash API server using your specified access key
HCL
3
star
20

Resizer

Resize any windows in macOS with ease.
Shell
3
star
21

weawolf

A gorgeous weather app for your Mac, Linux, and Windows
JavaScript
3
star
22

GitHub-Extensions-Firefox

A bunch of little enhancements for GitHub web
JavaScript
3
star
23

terraform-tailscale

An example code repository to demonstrate how to create your own personal VPN on AWS with Terraform and Tailscale
HCL
3
star
24

hknews-backend

Serves aggregated news from 10+ local news publishers in Hong Kong. Made with ❤
Java
3
star
25

ansible-macos-preferences

Applies macOS customizations
2
star
26

hknews-web

Serves aggregated news from 10+ local news publishers in Hong Kong. Made with ❤
JavaScript
2
star
27

quickinstall.app

Revolutionise your Windows and Mac setup with a single command
TypeScript
2
star
28

kiss

A minimalist Jekyll theme for personal blogs with KISS principle applied. Made with ❤
CSS
2
star
29

Trello-Gold-Miner

Give you a taste of Trello Gold
JavaScript
2
star
30

quantum-computing-101

A collection of Jupyter notebooks that show the basics of quantum computing using Qiskit. Made with ❤
Jupyter Notebook
2
star
31

pdf-table-converter

A Java 8 executable library for converting tables in PDF files to plain Java Objects or HTML files in a standard format.
Java
2
star
32

hknews-infrastructure

Automates HK News server provisioning and configurations. Made with ❤
HCL
1
star
33

ayltai

1
star
34

passthrough-proxy-unsplash

A pass-through proxy to communicate with Unsplash API server
HCL
1
star