Fragments
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
a:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
a:id="@+id/cpp_about_textview"
|
||||
a:id="@+id/about_text"
|
||||
style="@style/CppText.About"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="match_parent"
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
|
||||
<TextView
|
||||
a:id="@+id/cpp_about_translators_text"
|
||||
a:id="@+id/about_translators_label"
|
||||
style="@style/CppText.About"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"
|
||||
@@ -64,7 +64,7 @@
|
||||
a:text="@string/cpp_translators_text" />
|
||||
|
||||
<TextView
|
||||
a:id="@+id/cpp_about_translators"
|
||||
a:id="@+id/about_translators"
|
||||
style="@style/CppText.About"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"
|
||||
|
@@ -23,21 +23,15 @@
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="fill_parent"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="match_parent"
|
||||
a:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
a:id="@+id/releaseNotesTextView"
|
||||
a:id="@+id/releasenotes_text"
|
||||
style="@style/CppText.About"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="fill_parent"
|
||||
a:layout_weight="1"
|
||||
a:gravity="top|left"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="match_parent"
|
||||
a:scrollbars="vertical" />
|
||||
|
||||
<!--
|
||||
a:scrollbarFadeDuration="0" is not support in android_1.6_compatibility
|
||||
-->
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user