2012-10-03 08:43:24 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
|
|
|
|
~ For more information, please, contact se.solovyev@gmail.com
|
|
|
|
~ or visit http://se.solovyev.org
|
|
|
|
-->
|
|
|
|
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
2013-06-14 16:31:49 -04:00
|
|
|
a:orientation="vertical"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_height="fill_parent"
|
|
|
|
a:background="#ff000000">
|
2012-10-03 08:43:24 -04:00
|
|
|
|
|
|
|
<TextView
|
2013-06-14 16:31:49 -04:00
|
|
|
a:id="@+id/releaseNotesTextView"
|
|
|
|
a:layout_height="fill_parent"
|
|
|
|
a:layout_width="fill_parent"
|
|
|
|
a:layout_weight="1"
|
|
|
|
a:gravity="top|left"
|
|
|
|
a:scrollbars="vertical"
|
|
|
|
style="@style/cpp_about_style" />
|
2012-10-03 08:43:24 -04:00
|
|
|
|
|
|
|
<!--
|
|
|
|
a:scrollbarFadeDuration="0" is not support in android_1.6_compatibility
|
|
|
|
-->
|
|
|
|
|
2011-12-24 17:54:47 -05:00
|
|
|
</LinearLayout>
|