2020-03-18 14:18:59 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-03-05 09:38:37 +00:00
|
|
|
<com.habitrpg.android.habitica.ui.views.HabiticaScrollView android:id="@+id/nested_scroll_view"
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-04-20 13:45:22 +00:00
|
|
|
android:layout_width="match_parent"
|
2025-03-05 09:38:37 +00:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
app:skipDirectchild="true"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2020-09-10 10:01:47 +00:00
|
|
|
<LinearLayout
|
2025-02-11 11:57:16 +00:00
|
|
|
android:id="@+id/scroll_content"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
2025-03-05 09:38:37 +00:00
|
|
|
android:layout_height="match_parent">
|
2020-03-18 14:18:59 +00:00
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
2022-11-22 14:48:15 +00:00
|
|
|
android:background="?attr/colorContentBackground"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:paddingTop="@dimen/spacing_large"
|
|
|
|
|
android:paddingBottom="@dimen/spacing_large">
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/using_habitica_wrapper"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_large"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:paddingTop="@dimen/spacing_large"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:background="@drawable/layout_rounded_bg_window"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:text="@string/habitica_questions"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:layout_marginStart="@dimen/spacing_large"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
2020-04-03 13:36:37 +00:00
|
|
|
style="@style/Subheader2"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:letterSpacing="0.015"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:textColor="@color/text_primary"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/using_habitica_description"
|
2020-04-03 13:36:37 +00:00
|
|
|
style="@style/Body2"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:lineSpacingExtra="3sp"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:textColor="@color/text_secondary"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
|
android:layout_marginEnd="20dp"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:gravity="center"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
android:layout_marginBottom="16dp"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="match_parent"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_height="38dp"
|
|
|
|
|
android:text="@string/read_more"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:gravity="center"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:background="@drawable/support_info_lower_bg"
|
|
|
|
|
android:textColor="@color/white"
|
2020-04-16 11:49:58 +00:00
|
|
|
android:elevation="4dp"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:textAllCaps="false"
|
2022-06-30 10:14:31 +00:00
|
|
|
style="@style/SubHeader1"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/bugs_fixes_wrapper"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_large"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:paddingTop="@dimen/spacing_large"
|
|
|
|
|
android:layout_marginTop="@dimen/spacing_medium"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:background="@drawable/layout_rounded_bg_window"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/bugs_fixes"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_large"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
2020-04-03 13:36:37 +00:00
|
|
|
style="@style/Subheader2"
|
2020-04-15 13:05:35 +00:00
|
|
|
android:letterSpacing="0.015"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:textColor="@color/text_primary"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/bugs_fixes_description"
|
2020-04-03 13:36:37 +00:00
|
|
|
style="@style/Body2"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:lineSpacingExtra="3sp"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:textColor="@color/text_secondary"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
|
android:layout_marginEnd="20dp"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:gravity="center"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
android:layout_marginBottom="16dp"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="match_parent"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_height="38dp"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:text="@string/get_help"
|
|
|
|
|
android:gravity="center"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:background="@drawable/support_info_lower_bg"
|
|
|
|
|
android:textColor="@color/white"
|
2020-04-16 11:49:58 +00:00
|
|
|
android:elevation="4dp"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:textAllCaps="false"
|
2022-06-30 10:14:31 +00:00
|
|
|
style="@style/SubHeader1"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/suggestions_feedback_wrapper"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_large"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:background="@drawable/layout_rounded_bg_window"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:paddingTop="@dimen/spacing_large"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/suggestions_feedback"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_large"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
2020-04-03 13:36:37 +00:00
|
|
|
style="@style/Subheader2"
|
2020-04-15 13:05:35 +00:00
|
|
|
android:letterSpacing="0.015"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:textColor="@color/text_primary"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/suggestions_feedback_description"
|
2020-04-03 13:36:37 +00:00
|
|
|
style="@style/Body2"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:lineSpacingExtra="3sp"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:textColor="@color/text_secondary"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
|
android:layout_marginEnd="20dp"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:gravity="center"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
android:layout_marginBottom="16dp"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="match_parent"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_height="38dp"
|
2020-09-15 07:28:34 +00:00
|
|
|
android:text="@string/submit_feedback"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:gravity="center"
|
2020-04-03 13:36:37 +00:00
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:background="@drawable/support_info_lower_bg"
|
2020-04-16 11:49:58 +00:00
|
|
|
android:elevation="4dp"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:textColor="@color/white"
|
2022-06-30 10:14:31 +00:00
|
|
|
style="@style/SubHeader1"
|
2020-03-18 14:18:59 +00:00
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
2025-03-05 09:38:37 +00:00
|
|
|
<FrameLayout
|
2025-02-11 11:57:16 +00:00
|
|
|
android:id="@+id/reset_tutorial_button_wrapper"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:layout_width="match_parent"
|
2025-03-05 09:38:37 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?attr/colorWindowBackground">
|
2020-03-18 14:18:59 +00:00
|
|
|
<Button
|
|
|
|
|
android:id="@+id/reset_tutorial_button"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2020-09-04 16:17:34 +00:00
|
|
|
style="@style/HabiticaButton.Offset"
|
|
|
|
|
android:textColor="@color/text_primary"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:text="@string/reset_walkthrough"
|
|
|
|
|
android:layout_margin="@dimen/spacing_large"/>
|
2025-03-05 09:38:37 +00:00
|
|
|
</FrameLayout>
|
2020-04-20 13:45:22 +00:00
|
|
|
</LinearLayout>
|
2025-03-05 09:38:37 +00:00
|
|
|
</com.habitrpg.android.habitica.ui.views.HabiticaScrollView>
|