Amokrane
4/12/2012 - 8:08 AM

Revealing the NavBar using a translation

Revealing the NavBar using a translation

TranslateAnimation translateAnim = new TranslateAnimation(0.0F, mListView.getWidth(), 0.0F, 0.0F);
translateAnim.setDuration(..);
translateAnim.setFillAfter(true);
mTopLayerView.startAnimation(translateAnim);