Posts

Showing posts from February, 2026

TUGAS KELOMPOK 4 PPB

Image
TUGAS PPB HASILNYA: CODINGANNYA: Activity_Main <? xml version ="1.0" encoding ="utf-8" ?> <LinearLayout 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" android :orientation ="vertical" android :background ="#3FDCF0" tools :context =".SecondActivity" > <ImageView android :layout_width ="200dp" android :layout_height ="200dp" android :src ="@drawable/img" android :layout_gravity ="center_horizontal" android :layout_marginTop ="55dp" /> <TextView android :layout_width ="wrap_content" android :layout_height ="wrap_content"...