=+3. Also in the res/layout folder, add another new layout resource file and name it fragment2.xml. Populate

Question:

=+3. Also in the res/layout folder, add another new layout resource file and name it fragment2.xml.

Populate it as follows:

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:background="#FFFE00"

android:layout_height="wrap_content"
android:text="This is fragment #2"
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

Beginning Android Programming With Android Studio

ISBN: 9781118707425

4th Edition

Authors: Wei Meng Lee, Jerome F DiMarzio

Question Posted: