Remove bubble animation from BoardActivity
This commit is contained in:
parent
360f855941
commit
ecb7a9b33d
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ public class BoardActivity extends CustomActivity {
|
||||||
/*
|
/*
|
||||||
* Set the bubbles animation
|
* Set the bubbles animation
|
||||||
* */
|
* */
|
||||||
imagevieGIF.centerCrop();
|
//imagevieGIF.centerCrop();
|
||||||
imagevieGIF.load(R.raw.burbujas);
|
//imagevieGIF.load(R.raw.burbujas);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Listener tabLayout to resalt text when clicked
|
* Listener tabLayout to resalt text when clicked
|
||||||
|
|
Loading…
Reference in a new issue