<ViewAnimator
android:id="@+id/sample_output"
android:layout_width="match_parent"
android:layout_height="0px"
android:layout_weight="1"
android:inAnimation="@android:anim/fade_in"
android:outAnimation="@android:anim/fade_out">
<TextView
style="@style/Widget.SampleMessage"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/intro_message"/>
<fragment
android:id="@+id/log_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</ViewAnimator>