¡@

Home 

2014/10/16 ¤W¤È 08:14:28

android Programming Glossary: greenview

How to animate a slide in notification view that pushes the content view down

http://stackoverflow.com/questions/19098083/how-to-animate-a-slide-in-notification-view-that-pushes-the-content-view-down

vertical android smoothScrollbar true View android id @ id greenView android layout_width match_parent android layout_height 150dp.. public class TestActivity extends Activity private View greenView private ListView listView private int greenHeight private boolean.. setContentView R.layout.activity_test The animated view greenView View findViewById R.id.greenView listView ListView findViewById..

How to animate a slide in notification view that pushes the content view down

http://stackoverflow.com/questions/19098083/how-to-animate-a-slide-in-notification-view-that-pushes-the-content-view-down

listSelector @android color transparent android scrollbars vertical android smoothScrollbar true View android id @ id greenView android layout_width match_parent android layout_height 150dp android background #ff00ff00 android alpha 0 FrameLayout LinearLayout.. any kind of content. And next a proof of concept Activity. public class TestActivity extends Activity private View greenView private ListView listView private int greenHeight private boolean isShowingBox @Override protected void onCreate Bundle.. Bundle savedInstanceState super.onCreate savedInstanceState setContentView R.layout.activity_test The animated view greenView View findViewById R.id.greenView listView ListView findViewById R.id.listView1 Instanciating an array list you don't need..