2020-03-18 14:18:59 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:background="@color/content_background">
|
2020-03-18 14:18:59 +00:00
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/game_mechanics"
|
|
|
|
|
style="@style/SectionHeaderCaps"
|
|
|
|
|
android:layout_marginTop="@dimen/spacing_large"/>
|
|
|
|
|
|
|
|
|
|
<com.habitrpg.android.habitica.ui.views.SupportCollapsibleSection
|
|
|
|
|
android:id="@+id/health_section"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:subtitle="HP"
|
|
|
|
|
app:title="@string/health_points"
|
|
|
|
|
app:titleColor="@color/red_10"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginTop="@dimen/spacing_medium"
|
|
|
|
|
app:description="@string/health_description"/>
|
|
|
|
|
<com.habitrpg.android.habitica.ui.views.SupportCollapsibleSection
|
|
|
|
|
android:id="@+id/experience_section"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:subtitle="EXP"
|
|
|
|
|
app:title="@string/experience_points"
|
|
|
|
|
app:titleColor="@color/yellow_50"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
|
|
|
|
app:description="@string/experience_description"/>
|
|
|
|
|
<com.habitrpg.android.habitica.ui.views.SupportCollapsibleSection
|
|
|
|
|
android:id="@+id/mana_section"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:subtitle="MP"
|
|
|
|
|
app:title="@string/mana_points"
|
|
|
|
|
app:titleColor="@color/blue_10"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
|
|
|
|
app:description="@string/mana_description"/>
|
|
|
|
|
<com.habitrpg.android.habitica.ui.views.SupportCollapsibleSection
|
|
|
|
|
android:id="@+id/gold_section"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:subtitle="@string/currency"
|
|
|
|
|
app:title="@string/gold_capitalilzed"
|
|
|
|
|
app:titleColor="@color/orange_10"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
|
|
|
|
app:description="@string/gold_description"/>
|
|
|
|
|
<com.habitrpg.android.habitica.ui.views.SupportCollapsibleSection
|
|
|
|
|
android:id="@+id/gems_section"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:subtitle="@string/premium_currency"
|
|
|
|
|
app:title="@string/gems"
|
2020-04-03 13:36:37 +00:00
|
|
|
app:titleColor="@color/green_10"
|
2020-03-18 14:18:59 +00:00
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
|
|
|
|
app:description="@string/gems_description"/>
|
|
|
|
|
<com.habitrpg.android.habitica.ui.views.SupportCollapsibleSection
|
|
|
|
|
android:id="@+id/hourglasses_section"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:subtitle="@string/subscriber_currency"
|
|
|
|
|
app:title="@string/mystic_hourglasses"
|
|
|
|
|
app:titleColor="@color/brand_300"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
|
|
|
|
app:description="@string/hourglasses_description"/>
|
|
|
|
|
<com.habitrpg.android.habitica.ui.views.SupportCollapsibleSection
|
|
|
|
|
android:id="@+id/stats_section"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
app:subtitle="STR, CON, INT, PER"
|
|
|
|
|
app:title="@string/stat_allocation"
|
|
|
|
|
app:titleColor="#7f3300"
|
|
|
|
|
android:layout_marginStart="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginEnd="@dimen/spacing_medium"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"
|
|
|
|
|
app:description="@string/stat_description"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/common_questions"
|
|
|
|
|
style="@style/SectionHeaderCaps"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:layout_marginTop="@dimen/spacing_large"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_medium"/>
|
2020-03-18 14:18:59 +00:00
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/faq_linear_layout"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical" />
|
2020-04-10 11:16:17 +00:00
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:paddingTop="32dp"
|
|
|
|
|
android:paddingStart="32dp"
|
|
|
|
|
android:paddingEnd="32dp"
|
|
|
|
|
android:paddingBottom="32dp"
|
|
|
|
|
android:orientation="vertical"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:background="@color/window_background"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:layout_marginTop="@dimen/spacing_large"
|
|
|
|
|
android:gravity="center">
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/still_questions"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:textColor="@color/text_primary"
|
2020-04-10 11:16:17 +00:00
|
|
|
style="@style/Subheader3"
|
|
|
|
|
android:layout_marginBottom="@dimen/spacing_small"/>
|
2020-03-18 14:18:59 +00:00
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/more_help_text_view"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:textSize="14sp"
|
2020-09-04 16:17:34 +00:00
|
|
|
android:textColor="@color/text_secondary"
|
2020-04-10 11:16:17 +00:00
|
|
|
android:gravity="center"/>
|
|
|
|
|
</LinearLayout>
|
2020-03-18 14:18:59 +00:00
|
|
|
</LinearLayout>
|
|
|
|
|
</ScrollView>
|