










Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The XML layout code for a section of an Android app that allows users to customize their pizza order by selecting toppings and beverages. The interface includes TextViews, CheckBoxes, ImageViews, and a Button for confirming the order.
Typology: Assignments
1 / 18
This page cannot be seen from the preview
Don't miss anything!











android:textSize="24sp" />
android:layout_marginLeft="3dp" android:layout_marginTop="20dp" android:text="Chicken" />
android:id="@+id/hello" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/imageView" android:layout_alignParentStart="true" android:layout_alignParentLeft="true" android:layout_marginStart="33dp" android:layout_marginLeft="33dp" android:layout_marginTop="19dp" android:text="Hello!" android:textSize="18sp" /> <EditText android:id="@+id/fast" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignTop="@+id/hello" android:layout_alignBottom="@+id/hello" android:layout_marginStart="70dp" android:layout_marginLeft="70dp" android:layout_marginTop="-7dp" android:layout_marginBottom="-18dp" android:layout_toEndOf="@+id/hello" android:layout_toRightOf="@+id/hello" android:ems="10"
android:inputType="textPersonName" android:text="FAST UNI" />
android:layout_marginTop="17dp" android:text="Confirm order" />
android:layout_marginTop="10dp" android:layout_weight="0" android:text="Pizza Flavour" android:textColor="@android:color/tertiary_text_light" android:textSize="24sp" />
android:layout_height="wrap_content" android:layout_weight="1" android:checked="true" android:text="Flavour 2" />
android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:layout_weight="0" android:orientation="horizontal">