Fragments

This commit is contained in:
serso
2016-02-05 21:52:36 +01:00
parent 9d9da8a608
commit 05024841e7
27 changed files with 356 additions and 680 deletions

View File

@@ -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"

View File

@@ -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>