File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 12
12
- oraclejdk8
13
13
before_install :
14
14
- echo "sdk.dir=$ANDROID_HOME" > local.properties
15
+ - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
16
+ - emulator -avd test -no-skin -no-audio -no-window &
17
+ - android-wait-for-emulator
18
+ - adb shell input keyevent 82 &
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ JitPack] ( https://jitpack.io/v/rosenpin/FadingTextView.svg )] ( https://jitpack.io/#rosenpin/FadingTextView )
4
4
[ ![ Download] ( https://api.bintray.com/packages/rosenpin/maven/fadingtextview/images/download.svg ) ] ( https://bintray.com/rosenpin/maven/fadingtextview/_latestVersion )
5
+ [ ![ Build Status] ( https://travis-ci.org/rosenpin/FadingTextView.svg?branch=master )] ( https://travis-ci.org/rosenpin/FadingTextView )
5
6
[ ![ Apache License 2.0] ( https://img.shields.io/github/license/HeinrichReimer/material-singleinputform.svg )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
6
7
7
8
A textview that changes its content automatically every few seconds
You can’t perform that action at this time.
0 commit comments