Animation on removeAllViews Android
问题 I have a class where I include another layout on a button click. This included layout has some buttons and a code which executes on clicking these buttons. I have used a counter which indicates the number of times the button is clicked. First time clicking on the button includes the layout and the second time clicking removes the views and so on. Here's the code public class Home extends Fragment implements OnClickListener { int c = 0; Button bmain, bnew, bolder; RelativeLayout r1; View