|
@@ -78,6 +78,44 @@
|
|
|
android:text="@string/participate_testing_version_text"
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/participate_contribute_headline"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/participate_contribute_headline"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceLarge"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/participate_contribute_irc_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/participate_contribute_irc_text"
|
|
|
+ android:paddingBottom="@dimen/standard_quarter_padding"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/participate_contribute_forum_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/participate_contribute_forum_text"
|
|
|
+ android:paddingBottom="@dimen/standard_quarter_padding"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/participate_contribute_translate_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/participate_contribute_translate_text"
|
|
|
+ android:paddingBottom="@dimen/standard_quarter_padding"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/participate_contribute_github_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/participate_contribute_github_text"
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/participate_release_candidate_headline"
|
|
|
android:layout_width="fill_parent"
|
|
@@ -158,43 +196,9 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/participate_contribute_headline"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/participate_contribute_headline"
|
|
|
- android:textAppearance="?android:attr/textAppearanceLarge"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/participate_contribute_irc_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/participate_contribute_irc_text"
|
|
|
- android:paddingBottom="@dimen/standard_quarter_padding"
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/participate_contribute_forum_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/participate_contribute_forum_text"
|
|
|
- android:paddingBottom="@dimen/standard_quarter_padding"
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/participate_contribute_translate_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/participate_contribute_translate_text"
|
|
|
- android:paddingBottom="@dimen/standard_quarter_padding"
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/participate_contribute_github_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="@string/participate_contribute_github_text"
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
</LinearLayout>
|
|
|
</ScrollView>
|
|
|
|