|
|
@@ -1,143 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/black_7b"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_margin="40dp"
|
|
|
- android:background="@drawable/shape_box_round_white"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:minHeight="40dp">
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="1dp"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginLeft="50dp"
|
|
|
- android:layout_marginTop="10dp">
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/editText"
|
|
|
- android:layout_width="1dp"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:textColor="@android:color/transparent" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/white" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- style="@style/font_notosans_r_14sp_000000"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:minHeight="40dp"
|
|
|
- android:text="@string/add_task_set_repeat" />
|
|
|
-
|
|
|
- <ImageButton
|
|
|
- android:id="@+id/close_imageButton"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_weight="0"
|
|
|
- android:background="@null"
|
|
|
- android:padding="10dp"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:src="@mipmap/temp_gnb_ic_close" />
|
|
|
- </RelativeLayout>
|
|
|
-
|
|
|
- <include layout="@layout/view_line_default" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingBottom="30dp"
|
|
|
- android:paddingTop="16dp">
|
|
|
-
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- android:id="@+id/mon_textView"
|
|
|
- style="@style/font_notosans_r_11sp_000000_button"
|
|
|
- android:layout_width="36dp"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:layout_marginRight="14dp"
|
|
|
- android:background="@drawable/button_circle_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/add_task_week_monday" />
|
|
|
-
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- android:id="@+id/tue_textView"
|
|
|
- style="@style/font_notosans_r_11sp_000000_button"
|
|
|
- android:layout_width="36dp"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:layout_marginRight="14dp"
|
|
|
- android:background="@drawable/button_circle_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/add_task_week_tuesday" />
|
|
|
-
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- android:id="@+id/wed_textView"
|
|
|
- style="@style/font_notosans_r_11sp_000000_button"
|
|
|
- android:layout_width="36dp"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:layout_marginRight="14dp"
|
|
|
- android:background="@drawable/button_circle_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/add_task_week_wednesday" />
|
|
|
-
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- android:id="@+id/thu_textView"
|
|
|
- style="@style/font_notosans_r_11sp_000000_button"
|
|
|
- android:layout_width="36dp"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:layout_marginRight="14dp"
|
|
|
- android:background="@drawable/button_circle_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/add_task_week_thursday" />
|
|
|
-
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- android:id="@+id/fri_textView"
|
|
|
- style="@style/font_notosans_r_11sp_000000_button"
|
|
|
- android:layout_width="36dp"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:background="@drawable/button_circle_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/add_task_week_friday" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="48dp"
|
|
|
- android:layout_weight="0"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- android:id="@+id/confirm_textView"
|
|
|
- style="@style/font_notosans_b_13sp_ffffff"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/shape_button_bottom_black"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/alert_confirm" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-</LinearLayout>
|