|
|
@@ -21,72 +21,79 @@
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
<!-- TASK 명 -->
|
|
|
- <LinearLayout
|
|
|
+ <RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
android:layout_marginRight="14.5dp"
|
|
|
android:layout_marginTop="15.5dp"
|
|
|
android:layout_marginBottom="15.5dp"
|
|
|
- android:minHeight="29dp"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:minHeight="29dp">
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/status_view"
|
|
|
- android:layout_width="24dp"
|
|
|
- android:layout_height="19dp"
|
|
|
- android:background="@mipmap/ic_unit_g"
|
|
|
- android:scaleType="fitCenter"
|
|
|
- android:visibility="visible" />
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/project_linearLayout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:layout_marginLeft="7dp"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/status_view"
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="19dp"
|
|
|
+ android:background="@mipmap/ic_unit_g"
|
|
|
+ android:scaleType="fitCenter"
|
|
|
+ android:visibility="visible" />
|
|
|
<kr.co.hanwha.hifive.view.FontTextView
|
|
|
android:id="@+id/project_textView"
|
|
|
style="@style/font_notosans_b_14sp_grey01"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:layout_marginLeft="14.5dp"
|
|
|
+ android:includeFontPadding="false"
|
|
|
android:ellipsize="end"
|
|
|
android:lineSpacingExtra="3dp"
|
|
|
android:maxLines="1"
|
|
|
android:text="금융상품 기획 신규사업" />
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@id/project_linearLayout"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- android:id="@+id/unit_textView"
|
|
|
- style="@style/font_notosans_b_12sp_grey03"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:paddingRight="20dp"
|
|
|
- android:ellipsize="end"
|
|
|
- android:maxLines="1"
|
|
|
- android:maxWidth="120dp"
|
|
|
- android:text="글로벌비즈니스전략"
|
|
|
- android:visibility="visible" />
|
|
|
- <kr.co.hanwha.hifive.view.FontTextView
|
|
|
- android:id="@+id/member_textView"
|
|
|
- style="@style/font_notosans_r_12sp_grey03"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="right"
|
|
|
- android:ellipsize="end"
|
|
|
- android:maxLines="1"
|
|
|
- android:maxWidth="160dp"
|
|
|
- android:text="이진희"
|
|
|
- android:visibility="visible" />
|
|
|
- </LinearLayout>
|
|
|
+ <kr.co.hanwha.hifive.view.FontTextView
|
|
|
+ android:id="@+id/unit_textView"
|
|
|
+ style="@style/font_notosans_b_12sp_grey03"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_marginLeft="38.5dp"
|
|
|
+ android:paddingRight="20dp"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:maxWidth="120dp"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="글로벌비즈니스전략"
|
|
|
+ android:visibility="visible" />
|
|
|
+ <kr.co.hanwha.hifive.view.FontTextView
|
|
|
+ android:id="@+id/member_textView"
|
|
|
+ style="@style/font_notosans_r_12sp_grey03"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:gravity="right"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:maxWidth="160dp"
|
|
|
+ android:text="이진희"
|
|
|
+ android:visibility="visible" />
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
<!-- Log -->
|
|
|
<kr.co.hanwha.hifive.view.FontTextView
|