Этот файл R.anim.popup_show.xml
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromXDelta="100%p" android:toXDelta="0" android:duration="500"/>
</set>
и применить в java-файле как
Animation animRight = AnimationUtils.loadAnimation(options.this, R.anim.popup_show);
ImageView.startAnimation( animRight );