Postingan

Menampilkan postingan dari Februari, 2023

Absolute Layout (Pertemuan 3)

Gambar
Nama : Rina Windasari NIM : 217200016 <? xml version ="1.0" encoding ="utf-8" ?> < AbsoluteLayout xmlns: android ="http://schemas.android.com/apk/res/android" android :layout_width ="match_parent" android :layout_height ="match_parent" xmlns: tools ="http://schemas.android.com/tools" tools :ignore ="Deprecated" android :layout_margin ="8dp" tools :context =".MainActivity" > < TextView android :layout_width ="match_parent" android :layout_height ="wrap_content" android :text ="Masukan Email dan Password" android :gravity ="center" android :textSize ="25sp" android :textStyle ="bold" /> < EditText android :id ="@+id/edit1" android :layout_width ="match_parent" android :layout_height ="wrap_con...