activity_help.xml 10.6 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/whitecolor"
    tools:context=".activities.sidemenu.HelpActivity">


    <LinearLayout
        android:id="@+id/rl_toollayout"
        android:layout_width="match_parent"
        android:layout_height="@dimen/fifty_fiveheight"
        android:orientation="horizontal">

        <ImageView
            android:id="@+id/back_icon"
            android:layout_width="@dimen/forty_fivewidth"
            android:layout_height="match_parent"
            android:padding="@dimen/padding_ten"
            android:src="@drawable/icon_back"
            android:tint="@color/blackcolor" />

        <TextView
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:gravity="center"
            android:text="@string/helptxt_help"
            android:textColor="@color/blackcolor"
            android:textSize="@dimen/eighteenText_size"
            android:textStyle="bold"
            />

        <ImageView
            android:id="@+id/map_icon"
            android:layout_width="@dimen/thirty_width"
            android:layout_height="match_parent"
            android:layout_marginEnd="@dimen/layout_marginEnd_five"
            android:padding="@dimen/padding_two"
            android:visibility="gone"
            android:src="@drawable/icon_map"
            android:tint="@color/blackcolor" />

        <ImageView
            android:id="@+id/notification_icon"
            android:layout_width="@dimen/thirty_width"
            android:layout_height="match_parent"
            android:layout_marginEnd="@dimen/layout_marginEnd_five"
            android:padding="@dimen/padding_five"
            android:src="@drawable/icon_bell"
            android:tint="@color/blackcolor" />


    </LinearLayout>


    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_below="@+id/rl_toollayout"
        android:scrollbarThumbVertical="@color/transparent"
        android:scrollbars="vertical">

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginStart="@dimen/layout_marginStart_fifteen"
            android:layout_marginEnd="@dimen/layout_marginEnd_ten"
            android:orientation="vertical">

            <HorizontalScrollView
                android:id="@+id/horitxt"
                android:layout_width="wrap_content"
                android:layout_height="@dimen/twentyfive_height"
                android:layout_marginTop="@dimen/layout_marginTop_five"
                android:scrollbarThumbHorizontal="@color/transparent"
                android:scrollbars="horizontal">

                <LinearLayout
                    android:layout_width="wrap_content"
                    android:layout_height="match_parent"
                    android:orientation="horizontal">

                    <TextView
                        android:id="@+id/dashboard_txt"
                        android:layout_width="wrap_content"
                        android:layout_height="match_parent"
                        android:gravity="center"
                        android:text="@string/dashboard_txt"
                        android:textColor="@color/yellowcolor"
                        android:textSize="@dimen/fifteenText_size" />

                    <ImageView
                        android:layout_width="@dimen/twelve_width"
                        android:layout_height="@dimen/twelve_height"
                        android:layout_gravity="center"
                        android:layout_marginStart="@dimen/layout_marginstart_five"
                        android:src="@drawable/icon_forward"
                        android:tint="@color/textcolor" />

                    <TextView
                        android:layout_width="wrap_content"
                        android:layout_height="match_parent"
                        android:layout_marginStart="@dimen/layout_marginstart_ten"
                        android:gravity="center"
                        android:text="@string/helptxt_small"
                        android:textColor="@color/textcolor"
                        android:textSize="@dimen/fifteenText_size" />

                </LinearLayout>
            </HorizontalScrollView>


            <LinearLayout
                android:id="@+id/ll_one"
                android:layout_width="match_parent"
                android:layout_height="@dimen/forty_fiveheight"
                android:layout_below="@+id/horitxt"
                android:layout_marginTop="@dimen/layout_marginTop_twenty"
                android:gravity="center"
                android:visibility="gone"
                android:orientation="horizontal">

                <TextView
                    android:id="@+id/tv_choose_partner"
                    android:layout_width="0dp"
                    android:layout_height="@dimen/forty_fiveheight"
                    android:layout_marginEnd="@dimen/layout_marginEnd_ten"
                    android:layout_weight="1"
                    android:background="@drawable/bg_spinner_circle"
                    android:gravity="center"
                    android:paddingStart="@dimen/padding_two"
                    android:paddingEnd="@dimen/padding_two"
                    android:text="@string/choose_partner"
                    android:textSize="@dimen/fifteenText_size" />

                <TextView
                    android:id="@+id/tv_choose_outlet"
                    android:layout_width="0dp"
                    android:layout_height="@dimen/forty_fiveheight"
                    android:layout_marginStart="@dimen/layout_marginstart_ten"
                    android:layout_weight="1"
                    android:background="@drawable/bg_spinner_circle"
                    android:gravity="center"
                    android:paddingStart="@dimen/padding_two"
                    android:paddingEnd="@dimen/padding_two"
                    android:text="@string/choose_outlet"
                    android:textSize="@dimen/fifteenText_size">

                </TextView>

            </LinearLayout>

            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/layout_marginTop_twentyfive"
                android:gravity="center"
                android:text="@string/needhelpxt_help"
                android:textColor="@color/blackcolor"
                android:textSize="@dimen/fourteenText_size" />


            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginStart="@dimen/layout_marginStart_sixty"
                android:layout_marginTop="@dimen/layout_marginTop_thirtyfive"
                android:layout_marginEnd="@dimen/layout_marginEnd_sixty"
                android:background="@drawable/help_box_bg"
                android:orientation="vertical">


                <EditText
                    android:id="@+id/e_edit_txt"
                    android:layout_width="match_parent"
                    android:layout_height="@dimen/fifty_height"
                    android:background="@color/transparent"
                    android:hint="@string/email_txt_help"
                    android:inputType="textAutoComplete"
                    android:paddingStart="@dimen/padding_start_ten"
                    android:textColorHint="@color/textcolor"
                    android:textSize="@dimen/fifteenText_size" />

                <View
                    android:layout_width="match_parent"
                    android:layout_height="1dp"
                    android:background="@color/gray" />

                <EditText
                    android:id="@+id/notes_editxt"
                    android:layout_width="match_parent"
                    android:layout_height="@dimen/oneHundred_twenty_height"
                    android:background="@color/transparent"
                    android:gravity="top"
                    android:hint="@string/notes_txt_help"
                    android:maxLines="4"
                    android:paddingStart="@dimen/padding_start_ten"
                    android:paddingTop="@dimen/padding_top_five"
                    android:textColorHint="@color/textcolor"
                    android:textSize="@dimen/fifteenText_size" />

            </LinearLayout>

            <TextView
                android:id="@+id/submit_txtb"
                android:layout_width="match_parent"
                android:layout_height="@dimen/forty_height"
                android:layout_marginStart="@dimen/layout_marginStart_sixty"
                android:layout_marginTop="@dimen/layout_marginTop_twenty"
                android:layout_marginEnd="@dimen/layout_marginEnd_sixty"
                android:background="@drawable/yellow_bg"
                android:gravity="center"
                android:text="@string/submit_txt_help"
                android:textColor="@color/whitecolor"
                android:textSize="@dimen/fourteenText_size" />


            <RelativeLayout
                android:id="@+id/rl_back"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/layout_marginTop_twenty"
                android:layout_marginBottom="@dimen/layout_marginBottom_ten"
                android:gravity="center_vertical|center_horizontal"
                android:visibility="gone">

                <ImageView
                    android:id="@+id/back"
                    android:layout_width="@dimen/twentyfour_width"
                    android:layout_height="@dimen/twentyfour_height"
                    android:padding="@dimen/padding_four"
                    android:src="@drawable/icon_back"
                    android:tint="@color/yellowcolor" />

                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_toEndOf="@+id/back"
                    android:text="@string/backtosign_txt_help"
                    android:textColor="@color/yellowcolor"
                    android:textSize="@dimen/fourteenText_size" />

            </RelativeLayout>
        </LinearLayout>
    </ScrollView>
</RelativeLayout>