Posts

Showing posts from November, 2025

TUGAS RELATIVE LAYOUT

Image
<? xml version ="1.0" encoding ="utf-8" ?> <RelativeLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: tools ="http://schemas.android.com/tools" android :id ="@+id/main" android :layout_width ="match_parent" android :layout_height ="match_parent" android :background ="#FFFFFF" tools :context =".MainActivity" > <!-- Header / AppBar --> <!-- Blue balance card --> <LinearLayout android :id ="@+id/header" android :layout_width ="match_parent" android :layout_height ="56dp" android :gravity ="center_vertical" android :orientation ="horizontal" android :paddingStart ="12dp" android :paddingEnd ="12dp" > <ImageView android :id ="@+id/logo" andr...