=+2. In the res/layout folder, add a new layout resource file and name it fragment1.xml. Populate it

Question:

=+2. In the res/layout folder, add a new layout resource file and name it fragment1.xml. Populate it with the following code. Be sure to change all instances of "com.jfdimarzio" to whatever package name your project is using.

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:background="#00FF00"

>

android:layout_height="wrap_content"

android:text="This is fragment #1"

android:textColor="#000000"

android:textSize="25sp" />

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: