Assesment 1 XML
<? xml version ="1.0" encoding ="utf-8" ?> <RelativeLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="match_parent" tools :context =".MainActivity" > <TextView android :id ="@+id/h1" android :layout_width ="match_parent" android :layout_height ="wrap_content" android :text ="Login Form" android :textSize ="40dp" android :gravity ="center" android :padding ="10dp" android :fontFamily ="sans-serif-black" android :background ="#01D6F1" android :textColor ="@color/black" /> <LinearLayout android ...