This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Tampilkan postingan dengan label PBO. Tampilkan semua postingan
Tampilkan postingan dengan label PBO. Tampilkan semua postingan

Kamis, 09 Februari 2023

Quiz 1

 

Codingnya:

<?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:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/holo_blue_light"
android:text="MENU SARAPAN PAGI"
android:textAlignment="center"
android:textColor="@color/white"
android:textSize="28dp"
android:textStyle="bold"/>

<ImageView
android:layout_width="54dp"
android:layout_height="38dp"
android:src="@drawable/ic_baseline_local_dining_24"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="0dp" />

<ImageView
android:layout_width="146dp"
android:layout_height="98dp"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="265dp"
android:layout_marginBottom="474dp"
android:src="@drawable/bubur" />

<ImageView
android:layout_width="146dp"
android:layout_height="98dp"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="265dp"
android:layout_marginBottom="330dp"
android:src="@drawable/soto"
tools:layout_editor_absoluteX="16dp"
tools:layout_editor_absoluteY="289dp" />

<ImageView
android:layout_width="146dp"
android:layout_height="98dp"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="265dp"
android:layout_marginBottom="189dp"
android:src="@drawable/nasgor"
tools:layout_editor_absoluteX="16dp"
tools:layout_editor_absoluteY="425dp" />

<TextView
android:layout_width="267dp"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="-1dp"
android:layout_marginBottom="546dp"
android:background="#14E4C2"
android:text="Bubur Ayam"
android:textSize="18dp"

tools:layout_editor_absoluteX="162dp"
tools:layout_editor_absoluteY="157dp" />

<TextView
android:layout_width="267dp"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="-2dp"
android:layout_marginBottom="403dp"
android:background="#14E4C2"
android:text="SOTO"
android:textSize="18dp"

tools:layout_editor_absoluteX="162dp"
tools:layout_editor_absoluteY="157dp" />

<TextView
android:layout_width="267dp"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="-2dp"
android:layout_marginBottom="262dp"
android:background="#14E4C2"
android:text="NASI GORENG"
android:textSize="18dp"

tools:layout_editor_absoluteX="162dp"
tools:layout_editor_absoluteY="157dp" />

<TextView
android:layout_width="231dp"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginLeft="150dp"
android:layout_marginTop="70dp"
android:layout_marginEnd="33dp"
android:layout_marginBottom="475dp"
android:text="Bubur ayam merupakan makanan yang cocok untuk sarapan dipagi hari dengan banyak toping yang lezat " />

<TextView
android:layout_width="226dp"
android:layout_height="73dp"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginLeft="150dp"
android:layout_marginTop="70dp"
android:layout_marginEnd="38dp"
android:layout_marginBottom="330dp"
android:text="Soto ini cocok untuk sarapan atau hari dingin dengan toping melimpah dan rempah yang banyak membuat rasa semakin lezat " />

<TextView
android:layout_width="231dp"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginLeft="150dp"
android:layout_marginTop="70dp"
android:layout_marginEnd="31dp"
android:layout_marginBottom="195dp"
android:text="nasi goreng ini merupakan sarapan yang cocok bila kita sedang lapar dimana kita bisa membuat nasi goreng sendiri dengan mudah " />
</RelativeLayout>