|
@@ -47,89 +47,89 @@
|
|
android:padding="@dimen/standard_padding">
|
|
android:padding="@dimen/standard_padding">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_headline"
|
|
|
|
|
|
+ android:id="@+id/community_headline"
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/participate_testing_headline"
|
|
|
|
|
|
+ android:text="@string/community_testing_headline"
|
|
android:textAppearance="?android:attr/textAppearanceLarge"/>
|
|
android:textAppearance="?android:attr/textAppearanceLarge"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_testing_bug_text"
|
|
|
|
|
|
+ android:id="@+id/community_testing_bug_text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingBottom="@dimen/standard_half_padding"
|
|
android:paddingBottom="@dimen/standard_half_padding"
|
|
- android:text="@string/participate_testing_bug_text"
|
|
|
|
|
|
+ android:text="@string/community_testing_bug_text"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
<com.google.android.material.button.MaterialButton
|
|
- android:id="@+id/participate_testing_report"
|
|
|
|
|
|
+ android:id="@+id/community_testing_report"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/participate_testing_report_text"
|
|
|
|
|
|
+ android:text="@string/community_testing_report_text"
|
|
android:theme="@style/Button.Primary"
|
|
android:theme="@style/Button.Primary"
|
|
app:cornerRadius="@dimen/button_corner_radius" />
|
|
app:cornerRadius="@dimen/button_corner_radius" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_text"
|
|
|
|
|
|
+ android:id="@+id/community_text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingBottom="@dimen/standard_half_padding"
|
|
android:paddingBottom="@dimen/standard_half_padding"
|
|
android:paddingTop="@dimen/standard_half_padding"
|
|
android:paddingTop="@dimen/standard_half_padding"
|
|
- android:text="@string/participate_testing_version_text"
|
|
|
|
|
|
+ android:text="@string/community_testing_version_text"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_contribute_headline"
|
|
|
|
|
|
+ android:id="@+id/community_contribute_headline"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
- android:text="@string/participate_contribute_headline"
|
|
|
|
|
|
+ android:text="@string/community_contribute_headline"
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_contribute_irc_text"
|
|
|
|
|
|
+ android:id="@+id/community_contribute_irc_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/participate_contribute_irc_text"
|
|
|
|
|
|
+ android:text="@string/community_contribute_irc_text"
|
|
android:paddingBottom="@dimen/standard_quarter_padding"
|
|
android:paddingBottom="@dimen/standard_quarter_padding"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_contribute_forum_text"
|
|
|
|
|
|
+ android:id="@+id/community_contribute_forum_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/participate_contribute_forum_text"
|
|
|
|
|
|
+ android:text="@string/community_contribute_forum_text"
|
|
android:paddingBottom="@dimen/standard_quarter_padding"
|
|
android:paddingBottom="@dimen/standard_quarter_padding"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_contribute_translate_text"
|
|
|
|
|
|
+ android:id="@+id/community_contribute_translate_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/participate_contribute_translate_text"
|
|
|
|
|
|
+ android:text="@string/community_contribute_translate_text"
|
|
android:paddingBottom="@dimen/standard_quarter_padding"
|
|
android:paddingBottom="@dimen/standard_quarter_padding"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_contribute_github_text"
|
|
|
|
|
|
+ android:id="@+id/community_contribute_github_text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/participate_contribute_github_text"
|
|
|
|
|
|
+ android:text="@string/community_contribute_github_text"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_release_candidate_headline"
|
|
|
|
|
|
+ android:id="@+id/community_release_candidate_headline"
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
- android:text="@string/participate_release_candidate_headline"
|
|
|
|
|
|
+ android:text="@string/community_release_candidate_headline"
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_release_candidate_text"
|
|
|
|
|
|
+ android:id="@+id/community_release_candidate_text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/participate_release_candidate_text"
|
|
|
|
|
|
+ android:text="@string/community_release_candidate_text"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -137,40 +137,40 @@
|
|
android:layout_height="wrap_content">
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<ImageButton
|
|
<ImageButton
|
|
- android:id="@+id/participate_release_candidate_fdroid"
|
|
|
|
|
|
+ android:id="@+id/community_release_candidate_fdroid"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:onClick="onGetRCFDroidClick"
|
|
android:onClick="onGetRCFDroidClick"
|
|
android:padding="@dimen/zero"
|
|
android:padding="@dimen/zero"
|
|
android:src="@drawable/fdroid"
|
|
android:src="@drawable/fdroid"
|
|
- android:contentDescription="@string/participate_rc_fdroid"/>
|
|
|
|
|
|
+ android:contentDescription="@string/community_rc_fdroid" />
|
|
|
|
|
|
<ImageButton
|
|
<ImageButton
|
|
- android:id="@+id/participate_release_candidate_playstore"
|
|
|
|
|
|
+ android:id="@+id/community_release_candidate_playstore"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:onClick="onGetRCPlayStoreClick"
|
|
android:onClick="onGetRCPlayStoreClick"
|
|
android:padding="@dimen/zero"
|
|
android:padding="@dimen/zero"
|
|
android:src="@drawable/playstore"
|
|
android:src="@drawable/playstore"
|
|
- android:contentDescription="@string/participate_rc_play_store"/>
|
|
|
|
|
|
+ android:contentDescription="@string/community_rc_play_store" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_beta_headline"
|
|
|
|
|
|
+ android:id="@+id/community_beta_headline"
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
- android:text="@string/participate_beta_headline"
|
|
|
|
|
|
+ android:text="@string/community_beta_headline"
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
android:textAppearance="?android:attr/textAppearanceLarge" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/participate_beta_text"
|
|
|
|
|
|
+ android:id="@+id/community_beta_text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/participate_beta_text"
|
|
|
|
|
|
+ android:text="@string/community_beta_text"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -178,24 +178,24 @@
|
|
android:layout_height="wrap_content">
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<ImageButton
|
|
<ImageButton
|
|
- android:id="@+id/participate_beta_fdroid"
|
|
|
|
|
|
+ android:id="@+id/community_beta_fdroid"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:onClick="onGetBetaFDroidClick"
|
|
android:onClick="onGetBetaFDroidClick"
|
|
android:padding="@dimen/zero"
|
|
android:padding="@dimen/zero"
|
|
android:src="@drawable/fdroid"
|
|
android:src="@drawable/fdroid"
|
|
- android:contentDescription="@string/participate_dev_fdroid"/>
|
|
|
|
|
|
+ android:contentDescription="@string/community_dev_fdroid" />
|
|
|
|
|
|
<ImageButton
|
|
<ImageButton
|
|
- android:id="@+id/participate_beta_apk"
|
|
|
|
|
|
+ android:id="@+id/community_beta_apk"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:onClick="onGetBetaApkClick"
|
|
android:onClick="onGetBetaApkClick"
|
|
android:padding="@dimen/zero"
|
|
android:padding="@dimen/zero"
|
|
android:src="@drawable/apk"
|
|
android:src="@drawable/apk"
|
|
- android:contentDescription="@string/participate_dev_direct_download"/>
|
|
|
|
|
|
+ android:contentDescription="@string/community_dev_direct_download" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|