mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-29 10:18:12 +00:00
170 lines
7.5 KiB
XML
170 lines
7.5 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:background="@drawable/layout_rounded_bg_gray_700">
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:background="@color/white"
|
||
|
|
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"
|
||
|
|
android:background="@drawable/layout_rounded_bg_gray_700"
|
||
|
|
android:orientation="vertical">
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="@string/using_habitica"
|
||
|
|
android:layout_marginStart="@dimen/spacing_large"
|
||
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
||
|
|
android:textSize="16sp"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="@color/brand_300"
|
||
|
|
/>
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="@string/using_habitica_description"
|
||
|
|
android:textSize="12sp"
|
||
|
|
android:textColor="@color/gray_300"
|
||
|
|
android:layout_marginStart="40dp"
|
||
|
|
android:layout_marginEnd="40dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginTop="4dp"
|
||
|
|
android:layout_marginBottom="10dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:text="@string/lets_go"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginStart="@dimen/spacing_large"
|
||
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
||
|
|
android:background="@drawable/support_info_lower_bg"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:textAllCaps="true"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textSize="12sp"
|
||
|
|
/>
|
||
|
|
</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"
|
||
|
|
android:background="@drawable/layout_rounded_bg_gray_700"
|
||
|
|
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"
|
||
|
|
android:textSize="16sp"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="@color/brand_300"
|
||
|
|
/>
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="@string/bugs_fixes_description"
|
||
|
|
android:textSize="12sp"
|
||
|
|
android:textColor="@color/gray_300"
|
||
|
|
android:layout_marginStart="40dp"
|
||
|
|
android:layout_marginEnd="40dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginTop="4dp"
|
||
|
|
android:layout_marginBottom="10dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:text="@string/get_help"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginStart="@dimen/spacing_large"
|
||
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
||
|
|
android:background="@drawable/support_info_lower_bg"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:textAllCaps="true"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textSize="12sp"
|
||
|
|
/>
|
||
|
|
</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"
|
||
|
|
android:background="@drawable/layout_rounded_bg_gray_700"
|
||
|
|
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"
|
||
|
|
android:textSize="16sp"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textColor="@color/brand_300"
|
||
|
|
/>
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="@string/suggestions_feedback_description"
|
||
|
|
android:textSize="12sp"
|
||
|
|
android:textColor="@color/gray_300"
|
||
|
|
android:layout_marginStart="40dp"
|
||
|
|
android:layout_marginEnd="40dp"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginTop="4dp"
|
||
|
|
android:layout_marginBottom="10dp"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="40dp"
|
||
|
|
android:text="@string/contact_us"
|
||
|
|
android:gravity="center"
|
||
|
|
android:layout_marginStart="@dimen/spacing_large"
|
||
|
|
android:layout_marginEnd="@dimen/spacing_large"
|
||
|
|
android:background="@drawable/support_info_lower_bg"
|
||
|
|
android:textColor="@color/white"
|
||
|
|
android:textStyle="bold"
|
||
|
|
android:textAllCaps="true"
|
||
|
|
android:textSize="12sp"
|
||
|
|
/>
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
<View
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="1dp"
|
||
|
|
android:background="@color/gray_500"/>
|
||
|
|
<Button
|
||
|
|
android:id="@+id/reset_tutorial_button"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
style="@style/HabiticaButton.Blue"
|
||
|
|
android:text="@string/reset_walkthrough"
|
||
|
|
android:layout_margin="@dimen/spacing_large"/>
|
||
|
|
</LinearLayout>
|