2020-07-11 17:04:29 +02:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2020-07-12 10:38:56 +02:00
|
|
|
android:background="@drawable/gadgetbridge_img"
|
|
|
|
android:paddingLeft="@dimen/about_margin"
|
2020-07-11 17:04:29 +02:00
|
|
|
tools:context="nodomain.freeyourgadget.gadgetbridge.activities.AboutActivity">
|
|
|
|
|
|
|
|
<ScrollView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
2020-07-12 10:38:56 +02:00
|
|
|
android:id="@+id/about_title"
|
2020-07-11 17:04:29 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Gadgetbridge"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
android:textColor="@color/accent" />
|
|
|
|
|
2020-07-12 10:38:56 +02:00
|
|
|
<LinearLayout
|
2020-07-11 17:04:29 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-07-12 10:38:56 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="@dimen/about_margin">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/about_desc"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/about_description" />
|
|
|
|
</LinearLayout>
|
2020-07-11 17:04:29 +02:00
|
|
|
|
|
|
|
<TextView
|
2020-07-12 10:38:56 +02:00
|
|
|
android:id="@+id/links_title"
|
2020-07-11 17:04:29 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Links"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
android:textColor="@color/accent" />
|
|
|
|
|
2020-07-12 10:38:56 +02:00
|
|
|
<LinearLayout
|
2020-07-11 17:04:29 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-07-12 10:38:56 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="@dimen/about_margin">
|
2020-07-11 17:04:29 +02:00
|
|
|
|
2020-07-12 10:38:56 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/links1"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/homepage_url" />
|
2020-07-11 17:04:29 +02:00
|
|
|
|
2020-07-12 10:38:56 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/links2"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/codeberg_url" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/links3"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/fdroid_url" />
|
|
|
|
</LinearLayout>
|
2020-07-11 17:04:29 +02:00
|
|
|
|
|
|
|
<TextView
|
2020-07-12 10:38:56 +02:00
|
|
|
android:id="@+id/contrib_title"
|
2020-07-11 17:04:29 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/about_contributors"
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Large"
|
|
|
|
android:textColor="@color/accent" />
|
|
|
|
|
2020-07-12 10:38:56 +02:00
|
|
|
<LinearLayout
|
2020-07-11 17:04:29 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-07-12 10:38:56 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="@dimen/about_margin">
|
2020-07-11 17:04:29 +02:00
|
|
|
|
2020-07-12 10:38:56 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/contrib_core_title"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/about_core_team_title"
|
|
|
|
android:textColor="@color/accent" />
|
2020-07-11 17:04:29 +02:00
|
|
|
|
2020-07-12 10:38:56 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="@dimen/about_margin">
|
2020-07-11 17:04:29 +02:00
|
|
|
|
2020-07-12 10:38:56 +02:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/contrib_core_members"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/about_core_team_members" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2020-07-11 17:04:29 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-07-12 10:38:56 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="@dimen/about_margin">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/contrib_add_title"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/about_additional_device_support"
|
|
|
|
android:textColor="@color/accent" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:paddingLeft="@dimen/about_margin">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/contrib_add_members"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/about_additional_contributors" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/contrib_add_title2"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/about_additional_contributions"
|
|
|
|
android:textColor="@color/accent" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2020-07-11 17:04:29 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
</RelativeLayout>
|