how to use text box in android studio
-------------------------------buttonbox--------------------- <? xml version= "1.0" encoding= "utf-8" ?> < shape xmlns: android = "http://schemas.android.com/apk/res/android" android :shape= "rectangle" > < gradient android :startColor= "@android:color/transparent" android :endColor= "@android:color/transparent" android :angle= "270" /> < corners android :radius= "30dp" /> < stroke android :width= "5px" android :color= "@android:color/white" /> </ shape > ===========================end button box===================== -----------------------------textboxes.xml-------------------- <? xml version= "1.0" encoding= "utf-8" ?> < shape xmlns: android = "http://schemas.android.com/apk/res/android" android :shape= "rectangle" android :padding= "10dp...