123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Nextcloud Android client application
- Copyright (C) 2016 Tobias Kaminsky
- Copyright (C) 2016 Nextcloud.
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- License as published by the Free Software Foundation; either
- version 3 of the License, or any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- You should have received a copy of the GNU Affero General Public
- License along with this program. If not, see <http://www.gnu.org/licenses/>.
- -->
- <android.support.v4.widget.DrawerLayout android:id="@+id/drawer_layout"
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:clickable="true"
- android:fitsSystemWindows="true">
- <!-- The main content view -->
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <include
- layout="@layout/toolbar_standard"/>
- <ScrollView
- android:id="@+id/scrollView"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:padding="@dimen/standard_padding">
- <TextView
- android:id="@+id/participate_headline"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/participate_testing_headline"
- android:textAppearance="?android:attr/textAppearanceLarge"/>
- <TextView
- android:id="@+id/participate_testing_bug_text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="@dimen/standard_half_padding"
- android:text="@string/participate_testing_bug_text"
- android:textAppearance="?android:attr/textAppearanceMedium"/>
- <android.support.v7.widget.AppCompatButton
- android:id="@+id/participate_testing_report"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/participate_testing_report_text"
- android:theme="@style/Button.Primary"/>
- <TextView
- android:id="@+id/participate_text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="@dimen/standard_half_padding"
- android:paddingTop="@dimen/standard_half_padding"
- android:text="@string/participate_testing_version_text"
- android:textAppearance="?android:attr/textAppearanceMedium"/>
- <TextView
- android:id="@+id/participate_release_candidate_headline"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/participate_release_candidate_headline"
- android:textAppearance="?android:attr/textAppearanceLarge"/>
- <TextView
- android:id="@+id/participate_release_candidate_text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/participate_release_candidate_text"
- android:textAppearance="?android:attr/textAppearanceMedium"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <ImageButton
- android:id="@+id/participate_release_candidate_playstore"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@color/white"
- android:onClick="onGetRCPlayStoreClick"
- android:padding="@dimen/zero"
- android:src="@drawable/playstore"/>
- <ImageButton
- android:id="@+id/participate_release_candidate_fdroid"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@color/white"
- android:onClick="onGetRCFDroidClick"
- android:padding="@dimen/zero"
- android:src="@drawable/fdroid"/>
- </LinearLayout>
- <TextView
- android:id="@+id/participate_beta_headline"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/participate_beta_headline"
- android:textAppearance="?android:attr/textAppearanceLarge"/>
- <TextView
- android:id="@+id/participate_beta_text"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/participate_beta_text"
- android:textAppearance="?android:attr/textAppearanceMedium"/>
- <ImageButton
- android:id="@+id/participate_beta_fdroid"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@color/white"
- android:onClick="onGetBetaFDroidClick"
- android:padding="@dimen/zero"
- android:src="@drawable/fdroid"/>
- <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>
- </LinearLayout>
- <include
- layout="@layout/drawer"
- android:layout_width="@dimen/drawer_width"
- android:layout_height="match_parent"
- android:layout_gravity="start"/>
- </android.support.v4.widget.DrawerLayout>
|