Created a drawable arrow (xml vector file).

Created simple animation
This commit is contained in:
Gabriel Tofvesson 2016-02-25 17:29:25 +01:00
parent 02959b12a3
commit 746daa1b7c

View File

@ -103,6 +103,7 @@ public class MainActivity extends AppCompatActivity
} }
@Override @Override
public void onShowcaseViewDidHide(ShowcaseView showcaseView) { public void onShowcaseViewDidHide(ShowcaseView showcaseView) {
new Thread(new Runnable() { new Thread(new Runnable() {