I am trying to design an EditText Field having Shadows (bottom and right side) like this
From Shadow Effect for a Text in Android?, perhaps you'd consider using
android:shadowColor, android:shadowDx, android:shadowDy, android:shadowRadius;
Alternatively:
setShadowLayer()