fragment_notification_settings.xml 16.1 KB
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".fragments.notificationFrag.NotificationSettingsFrag">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/whitecolor"
        android:orientation="vertical"
        android:padding="@dimen/padding_fifteen">

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="@dimen/eighty_height"
            android:layout_marginTop="@dimen/layout_marginTop_five"
            android:background="@color/whitecolor"
            android:orientation="vertical">

            <TextView
                android:id="@+id/remind_store"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/layout_marginTop_fifteen"
                android:text="@string/remind_mystore_notification"
                android:textColor="@color/blackcolor"
                android:textSize="@dimen/sixteenText_size" />

            <TextView
                android:id="@+id/settings_subnametxt"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@+id/remind_store"
                android:layout_marginEnd="@dimen/layout_marginEnd_seventy"
                android:maxLines="2"
                android:text="@string/remind_tempratures_notification"
                android:textColor="@color/textcolor"
                android:textSize="@dimen/fourteenText_size" />


            <LinearLayout
                android:id="@+id/ll_remind_storelayout"
                android:layout_width="@dimen/seventy_width"
                android:layout_height="@dimen/thirty_height"
                android:layout_alignParentEnd="true"
                android:layout_centerVertical="true"
                android:layout_marginEnd="@dimen/layout_marginEnd_two"
                android:background="@drawable/item_gray_border_bg"
                android:gravity="center"
                android:padding="@dimen/padding_one">

                <TextView
                    android:id="@+id/remind_my_storeYes_Img"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:gravity="center"
                    android:text="@string/yes_txt_notificaiton"
                    android:textColor="@color/blacktxt"
                    android:textSize="@dimen/twelbeText_size" />

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

                <TextView
                    android:id="@+id/remind_my_store_no_Img"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:background="@color/green"
                    android:gravity="center"
                    android:text="@string/no_txt_notificaiton"
                    android:textColor="@color/whitecolor"
                    android:textSize="@dimen/twelbeText_size" />


            </LinearLayout>


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

        </RelativeLayout>

        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="@dimen/eighty_height"
            android:layout_marginTop="@dimen/layout_marginTop_five"
            android:background="@color/whitecolor"
            android:orientation="vertical">

            <TextView
                android:id="@+id/alert_me"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/layout_marginTop_fifteen"
                android:text="@string/alertme_txt_notificaiton"
                android:textColor="@color/blackcolor"
                android:textSize="@dimen/sixteenText_size" />

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@+id/alert_me"
                android:layout_marginEnd="@dimen/layout_marginEnd_seventy"
                android:maxLines="2"
                android:text="@string/alertmeif_txt_notificaiton"
                android:textColor="@color/textcolor"
                android:textSize="@dimen/fourteenText_size" />


            <LinearLayout
                android:id="@+id/ll_alertme_store_layout"
                android:layout_width="@dimen/seventy_width"
                android:layout_height="@dimen/thirty_height"
                android:layout_alignParentEnd="true"
                android:layout_centerVertical="true"
                android:layout_marginEnd="@dimen/layout_marginEnd_two"
                android:background="@drawable/item_gray_border_bg"
                android:gravity="center"
                android:padding="@dimen/padding_one">

                <TextView
                    android:id="@+id/alert_me_storeyes_img"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:gravity="center"
                    android:text="@string/yes_txt_notificaiton"
                    android:textColor="@color/blacktxt"
                    android:textSize="@dimen/twelbeText_size" />

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

                <TextView
                    android:id="@+id/alert_me_storeno_img"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:background="@color/green"
                    android:gravity="center"
                    android:text="@string/no_txt_notificaiton"
                    android:textColor="@color/whitecolor"
                    android:textSize="@dimen/twelbeText_size" />


            </LinearLayout>


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

        </RelativeLayout>


        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="@dimen/eighty_height"
            android:layout_marginTop="@dimen/layout_marginTop_five"
            android:background="@color/whitecolor"
            android:orientation="vertical">

            <TextView
                android:id="@+id/daily_report"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/layout_marginTop_fifteen"
                android:text="@string/daily_txtnotificaiton"
                android:textColor="@color/blackcolor"
                android:textSize="@dimen/sixteenText_size" />

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@+id/daily_report"
                android:layout_marginEnd="@dimen/layout_marginEnd_seventy"
                android:maxLines="2"
                android:text="@string/sendme_txtnotificaiton"
                android:textColor="@color/textcolor"
                android:textSize="@dimen/fourteenText_size" />


            <LinearLayout
                android:id="@+id/ll_dailylayout"
                android:layout_width="@dimen/seventy_width"
                android:layout_height="@dimen/thirty_height"
                android:layout_alignParentEnd="true"
                android:layout_centerVertical="true"
                android:layout_marginEnd="@dimen/layout_marginEnd_two"
                android:background="@drawable/item_gray_border_bg"
                android:gravity="center"
                android:padding="@dimen/padding_one">

                <TextView
                    android:id="@+id/daily_report_yesImg"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:gravity="center"
                    android:text="@string/yes_txt_notificaiton"
                    android:textColor="@color/blacktxt"
                    android:textSize="@dimen/twelbeText_size" />

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

                <TextView
                    android:id="@+id/daily_report_noImg"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:background="@color/green"
                    android:gravity="center"
                    android:text="@string/no_txt_notificaiton"
                    android:textColor="@color/whitecolor"
                    android:textSize="@dimen/twelbeText_size" />


            </LinearLayout>


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

        </RelativeLayout>


        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="@dimen/eighty_height"
            android:layout_marginTop="@dimen/layout_marginTop_five"
            android:background="@color/whitecolor"
            android:orientation="vertical">

            <TextView
                android:id="@+id/alertme_second"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/layout_marginEnd_fifteen"
                android:text="@string/alertme_action_txtnotificaiton"
                android:textColor="@color/blackcolor"
                android:textSize="@dimen/sixteenText_size" />

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@+id/alertme_second"
                android:layout_marginEnd="@dimen/layout_marginEnd_seventy"
                android:maxLines="2"
                android:text="@string/alertme_action_txtnotificaiton"
                android:textColor="@color/textcolor"
                android:textSize="@dimen/fourteenText_size" />


            <LinearLayout
                android:id="@+id/ll_alertme_second_layout"
                android:layout_width="@dimen/seventy_width"
                android:layout_height="@dimen/thirty_height"
                android:layout_alignParentEnd="true"
                android:layout_centerVertical="true"
                android:layout_marginEnd="@dimen/layout_marginEnd_two"
                android:background="@drawable/item_gray_border_bg"
                android:gravity="center"
                android:padding="@dimen/padding_one">

                <TextView
                    android:id="@+id/alert_me_Secondyes_img"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:gravity="center"
                    android:text="@string/yes_txt_notificaiton"
                    android:textColor="@color/blacktxt"
                    android:textSize="@dimen/twelbeText_size" />

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

                <TextView
                    android:id="@+id/alert_me_Secondno_img"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:background="@color/green"
                    android:gravity="center"
                    android:text="@string/no_txt_notificaiton"
                    android:textColor="@color/whitecolor"
                    android:textSize="@dimen/twelbeText_size" />


            </LinearLayout>


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

        </RelativeLayout>


        <RelativeLayout
            android:layout_width="match_parent"
            android:layout_height="@dimen/eighty_height"
            android:layout_marginTop="@dimen/layout_marginTop_five"
            android:background="@color/whitecolor"
            android:orientation="vertical">

            <TextView
                android:id="@+id/remind_me"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="@dimen/layout_marginTop_fifteen"
                android:text="@string/remind_meto_txtnotificaiton"
                android:textColor="@color/blackcolor"
                android:textSize="@dimen/sixteenText_size" />

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@+id/remind_me"
                android:layout_marginEnd="@dimen/layout_marginEnd_seventy"
                android:maxLines="2"
                android:text="@string/remind_meto_txtnotificaiton"
                android:textColor="@color/textcolor"
                android:textSize="@dimen/fourteenText_size" />


            <LinearLayout
                android:id="@+id/ll_remind_me_layout"
                android:layout_width="@dimen/seventy_width"
                android:layout_height="@dimen/thirty_height"
                android:layout_alignParentEnd="true"
                android:layout_centerVertical="true"
                android:layout_marginEnd="@dimen/layout_marginEnd_two"
                android:background="@drawable/item_gray_border_bg"
                android:gravity="center"
                android:padding="@dimen/padding_one">

                <TextView
                    android:id="@+id/remind_me_yes_img"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:gravity="center"
                    android:text="@string/yes_txt_notificaiton"
                    android:textColor="@color/blacktxt"
                    android:textSize="@dimen/twelbeText_size" />

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

                <TextView
                    android:id="@+id/remind_me_no_img"
                    android:layout_width="@dimen/thirtyFive_width"
                    android:layout_height="@dimen/thirty_height"
                    android:background="@color/green"
                    android:gravity="center"
                    android:text="@string/no_txt_notificaiton"
                    android:textColor="@color/whitecolor"
                    android:textSize="@dimen/twelbeText_size" />


            </LinearLayout>


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

        </RelativeLayout>

    </LinearLayout>


</FrameLayout>