2015-11-04 23:30:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-01-30 10:29:45 +00:00
|
|
|
<androidx.core.widget.NestedScrollView
|
|
|
|
|
android:id="@+id/nested_scroll_view" xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2018-11-09 15:35:06 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:scrollbarSize="3dp"
|
2017-11-17 19:09:36 +00:00
|
|
|
android:scrollbarThumbVertical="@color/scrollbarThumb"
|
2021-06-04 14:11:48 +00:00
|
|
|
android:scrollbars="vertical">
|
2015-11-04 23:30:42 +00:00
|
|
|
|
2017-11-02 18:32:14 +00:00
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical">
|
2018-11-09 15:35:06 +00:00
|
|
|
<Space
|
|
|
|
|
android:id="@+id/anchor"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content" />
|
2017-11-02 18:32:14 +00:00
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="72dp"
|
|
|
|
|
android:layout_height="72dp"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:src="@mipmap/ic_launcher" />
|
2015-11-04 23:30:42 +00:00
|
|
|
|
2019-04-17 08:14:17 +00:00
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/versionInfo"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:layout_marginTop="@dimen/spacing_medium"
|
2019-08-24 10:33:14 +00:00
|
|
|
android:textSize="@dimen/card_small_text"
|
2019-04-17 08:14:17 +00:00
|
|
|
tools:text="Version 1.0 (1)"/>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/update_available_wrapper"
|
|
|
|
|
android:layout_width="250dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:background="@drawable/layout_rounded_bg_window"
|
2019-04-17 08:14:17 +00:00
|
|
|
android:layout_marginTop="@dimen/spacing_small"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:paddingTop="@dimen/spacing_small"
|
|
|
|
|
android:paddingBottom="@dimen/spacing_small">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/update_available_textview"
|
|
|
|
|
android:layout_width="250dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
tools:text="Update Available: 1.1"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:textColor="@color/green_100"
|
|
|
|
|
android:textSize="@dimen/card_medium_text"
|
|
|
|
|
/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="250dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
2019-08-24 10:33:14 +00:00
|
|
|
android:text="@string/see_what_s_new"
|
2019-04-17 08:14:17 +00:00
|
|
|
android:gravity="center"
|
2020-09-17 11:23:27 +00:00
|
|
|
android:textColor="@color/text_brand"
|
2019-04-17 08:14:17 +00:00
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
2017-11-02 18:32:14 +00:00
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/twitter"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
2019-04-17 08:14:17 +00:00
|
|
|
android:layout_marginTop="20sp"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:autoLink="web"
|
|
|
|
|
android:text="\@habitica"
|
2019-08-24 10:33:14 +00:00
|
|
|
android:textSize="@dimen/card_medium_text" />
|
2015-11-04 23:30:42 +00:00
|
|
|
|
2017-11-02 18:32:14 +00:00
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="10sp"
|
|
|
|
|
android:autoLink="web"
|
|
|
|
|
android:text="www.habitica.com"
|
2019-08-24 10:33:14 +00:00
|
|
|
android:textSize="@dimen/card_medium_text" />
|
2015-11-04 23:30:42 +00:00
|
|
|
|
2021-08-03 14:25:12 +00:00
|
|
|
<Button
|
|
|
|
|
android:id="@+id/privacy_policy_button"
|
|
|
|
|
android:layout_width="250dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="35sp"
|
|
|
|
|
style="@style/HabiticaButton.Gray"
|
|
|
|
|
android:text="@string/privacy_policy"
|
|
|
|
|
android:textAllCaps="false"
|
|
|
|
|
android:textSize="@dimen/card_medium_text" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/terms_button"
|
|
|
|
|
android:layout_width="250dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="8sp"
|
|
|
|
|
style="@style/HabiticaButton.Gray"
|
|
|
|
|
android:text="@string/terms_of_service"
|
|
|
|
|
android:textAllCaps="false"
|
|
|
|
|
android:textSize="@dimen/card_medium_text" />
|
|
|
|
|
|
2023-04-27 08:04:31 +00:00
|
|
|
<Button
|
|
|
|
|
android:id="@+id/guidelines_button"
|
|
|
|
|
android:layout_width="250dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="8sp"
|
|
|
|
|
style="@style/HabiticaButton.Gray"
|
|
|
|
|
android:text="@string/community_guidelines"
|
|
|
|
|
android:textAllCaps="false"
|
|
|
|
|
android:textSize="@dimen/card_medium_text" />
|
|
|
|
|
|
2017-11-02 18:32:14 +00:00
|
|
|
<Button
|
|
|
|
|
android:id="@+id/googlePlayStoreButton"
|
|
|
|
|
android:layout_width="250dp"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:layout_height="wrap_content"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="35sp"
|
2020-09-04 16:17:34 +00:00
|
|
|
style="@style/HabiticaButton.Gray"
|
2019-08-24 11:00:20 +00:00
|
|
|
android:text="@string/about_rate_our_app"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:textAllCaps="false"
|
2019-08-24 10:33:14 +00:00
|
|
|
android:textSize="@dimen/card_medium_text" />
|
2015-11-04 23:30:42 +00:00
|
|
|
|
2017-11-02 18:32:14 +00:00
|
|
|
<Button
|
|
|
|
|
android:id="@+id/reportBug"
|
|
|
|
|
android:layout_width="250dp"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:layout_height="wrap_content"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:layout_gravity="center_horizontal"
|
2021-08-03 14:25:12 +00:00
|
|
|
android:layout_marginTop="8sp"
|
2020-09-04 16:17:34 +00:00
|
|
|
style="@style/HabiticaButton.Gray"
|
2019-08-24 11:00:20 +00:00
|
|
|
android:text="@string/about_bugreport"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:textAllCaps="false"
|
2019-08-24 10:33:14 +00:00
|
|
|
android:textSize="@dimen/card_medium_text" />
|
2015-11-05 21:28:17 +00:00
|
|
|
|
2017-11-02 18:32:14 +00:00
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/sourceCodeLink"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:layout_marginTop="20sp"
|
2019-08-24 11:00:20 +00:00
|
|
|
android:text="@string/about_habitica_open_source"
|
2019-08-24 10:33:14 +00:00
|
|
|
android:textSize="@dimen/card_small_text" />
|
2015-11-05 21:28:17 +00:00
|
|
|
|
2017-11-02 18:32:14 +00:00
|
|
|
<Button
|
|
|
|
|
android:id="@+id/sourceCodeButton"
|
|
|
|
|
android:layout_width="250dp"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:layout_height="wrap_content"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
|
android:layout_marginTop="10sp"
|
2020-09-04 16:17:34 +00:00
|
|
|
style="@style/HabiticaButton.Gray"
|
2019-08-24 11:00:20 +00:00
|
|
|
android:text="@string/about_source_code"
|
2017-11-02 18:32:14 +00:00
|
|
|
android:textAllCaps="false"
|
2019-08-24 10:33:14 +00:00
|
|
|
android:textSize="@dimen/card_medium_text" />
|
2017-11-02 18:32:14 +00:00
|
|
|
</LinearLayout>
|
2023-04-27 08:04:31 +00:00
|
|
|
</androidx.core.widget.NestedScrollView>
|