| Línea 65... |
Línea 65... |
| 65 |
|
65 |
|
| 66 |
@Override
|
66 |
@Override
|
| 67 |
public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) {
|
67 |
public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) {
|
| Línea 68... |
Línea -... |
| 68 |
super.onViewCreated(view, savedInstanceState);
|
- |
|
| 69 |
|
- |
|
| 70 |
rocketImage = view.findViewById(R.id.imageView4);
|
- |
|
| 71 |
rocketImage.setBackgroundResource(R.drawable.animationsplash);
|
- |
|
| Línea 72... |
Línea 68... |
| 72 |
rocketAnimation = (AnimationDrawable) rocketImage.getBackground();
|
68 |
super.onViewCreated(view, savedInstanceState);
|
| 73 |
rocketAnimation.start();
|
- |
|
| 74 |
|
- |
|
| 75 |
fondosplash=view.findViewById(R.id.fondosplash);
|
69 |
|
| 76 |
fondosplash.setBackgroundResource(R.drawable.ic_splash);
|
70 |
|
| 77 |
|
71 |
fondosplash=view.findViewById(R.id.fondosplash);
|
| 78 |
lamp=view.findViewById(R.id.imageView5);
|
72 |
lamp=view.findViewById(R.id.imageView5);
|
| 79 |
buho=view.findViewById(R.id.imageView6);
|
- |
|
| 80 |
appname=view.findViewById(R.id.textView20);
|
- |
|
| 81 |
buttonGetStarted = getView().findViewById(R.id.intro_button_get_started);
|
73 |
buho=view.findViewById(R.id.imageView6);
|
| 82 |
// figura = getView().findViewById(R.id.animationView3); cesa=getView().findViewById(R.id.imageView2);
|
74 |
appname=view.findViewById(R.id.textView20);
|
| 83 |
// register= getView().findViewById(R.id.knowmore);
|
- |
|
| 84 |
introtext = getView().findViewById(R.id.intro_textview_title);
|
- |
|
| 85 |
signin = getView().findViewById(R.id.signin_textview_communique_easily);// derechos = getView().findViewById(R.id.textView19);
|
- |
|
| 86 |
|
- |
|
| 87 |
|
- |
|
| 88 |
|
- |
|
| 89 |
new Handler(Looper.getMainLooper()).postDelayed(new Runnable() {
|
- |
|
| 90 |
@Override
|
75 |
buttonGetStarted = getView().findViewById(R.id.intro_button_get_started);
|
| 91 |
public void run() {
|
- |
|
| 92 |
rocketAnimation.stop();
|
- |
|
| 93 |
rocketImage.setVisibility(View.GONE);
|
- |
|
| 94 |
fondosplash.setBackgroundResource(R.drawable.ic_winbackground);
|
- |
|
| 95 |
|
76 |
introtext = getView().findViewById(R.id.intro_textview_title);
|
| 96 |
|
77 |
signin = getView().findViewById(R.id.signin_textview_communique_easily);
|
| 97 |
// figura.setVisibility(View.VISIBLE); derechos.setVisibility(View.VISIBLE);
|
78 |
lamp.setVisibility(View.VISIBLE);
|
| 98 |
// register.setVisibility(View.VISIBLE);
|
79 |
buho.setVisibility(View.VISIBLE);
|
| 99 |
lamp.setVisibility(View.VISIBLE);
|
80 |
appname.setVisibility(View.VISIBLE);
|
| 100 |
buho.setVisibility(View.VISIBLE);
|
- |
|
| Línea 101... |
Línea -... |
| 101 |
appname.setVisibility(View.VISIBLE);
|
- |
|
| 102 |
introtext.setVisibility(View.VISIBLE);
|
- |
|
| 103 |
buttonGetStarted.setVisibility(View.VISIBLE); //cesa.setVisibility(View.VISIBLE);
|
- |
|
| Línea 104... |
Línea 81... |
| 104 |
|
81 |
introtext.setVisibility(View.VISIBLE);
|
| 105 |
signin.setVisibility(View.VISIBLE);
|
82 |
buttonGetStarted.setVisibility(View.VISIBLE); //cesa.setVisibility(View.VISIBLE);
|
| 106 |
}
|
83 |
signin.setVisibility(View.VISIBLE);
|