Image Button

This commit is contained in:
202310715297 RAIHAN ARIQ MUZAKKI 2025-11-13 15:19:33 +07:00
parent 0bd6dfe8c0
commit d273dfbd44

View File

@ -1,8 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto">
<uses-permission android:name="android.permission.INTERNET" />
<ImageButton
android:id="@+id/imageButton"
android:layout_width="145dp"
android:layout_height="365dp"
app:srcCompat="@drawable/red_button" />
<application
android:allowBackup="true"