|
|
@@ -12,8 +12,6 @@ import android.util.Log;
|
|
|
import android.view.LayoutInflater;
|
|
|
import android.view.View;
|
|
|
import android.view.ViewGroup;
|
|
|
-import android.view.animation.Animation;
|
|
|
-import android.view.animation.AnimationUtils;
|
|
|
import android.widget.FrameLayout;
|
|
|
import android.widget.TextView;
|
|
|
|
|
|
@@ -110,8 +108,8 @@ public class AllMenuFragment extends FragmentBase<AllMenuPresenter> implements I
|
|
|
// translationX.setDuration(500);
|
|
|
// translationX.start();
|
|
|
Log.w("APP# AllMenuFragment | hideMenuAnimation", "|" + "hide Menu A");
|
|
|
- Animation animation = AnimationUtils.loadAnimation(getContext(), R.anim.activity_slide_in_enter);
|
|
|
- layoutFrame.startAnimation(animation);
|
|
|
+// Animation animation = AnimationUtils.loadAnimation(getContext(), R.anim.activity_slide_in_enter);
|
|
|
+// layoutFrame.startAnimation(animation);
|
|
|
}
|
|
|
|
|
|
@Override
|