Question: Layout Create a form that mimics the one designed at the bottom of this document. You must create the form in all of the following
Layout
Create a form that mimics the one designed at the bottom of this document.
You must create the form in all of the following Layouts
LinearLayout
RelativeLayout
TableLayout
Create a separate XML Layout file for each one. For example
reslayoutlinearxml
reslayoutrelativexml
reslayouttablexml
Don't make different projects!
Remember, setContent View allows you to set the layout. You will submit your assignment with setContent ViewRlayout linear which will load your UI designed using LinearLayout. I should be able to change that line to setContent ViewRlayout.relative so that it will load your UI designed using RelativeLayout. Likewise for TableLayout.
You can have any other layout in all as long as you use
LinearLayout as the main layout for linear.xml
Relative Layout as the main layout for relative. xml
TableLayout as the main layout for table.xml
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
