|
|
@@ -85,43 +85,57 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:srcCompat="@drawable/bi_header_black"/>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/action_bar_title"
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/layout_title_hit_area"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="50dp"
|
|
|
- android:background="?android:attr/selectableItemBackground"
|
|
|
- android:gravity="center"
|
|
|
- android:maxLines="1"
|
|
|
- android:paddingTop="7dp"
|
|
|
- android:paddingBottom="7dp"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="16dp"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toStartOf="@+id/image_view_open_arrow"
|
|
|
- app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_goneMarginEnd="50dp"
|
|
|
- tools:text="VVVVVVVVVVVVVVVVVVV"/>
|
|
|
- <!-- 타이틀 옆에 아이콘 자리 -->
|
|
|
- <ImageView
|
|
|
- android:id="@+id/image_view_open_arrow"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="50dp"
|
|
|
android:background="?android:attr/selectableItemBackground"
|
|
|
- android:paddingStart="3dp"
|
|
|
- android:paddingTop="13dp"
|
|
|
- android:paddingEnd="3dp"
|
|
|
- android:paddingBottom="8dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingStart="9dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/action_bar_title"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:srcCompat="@drawable/icon_h_down"
|
|
|
- tools:visibility="visible"/>
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/action_bar_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:clickable="false"
|
|
|
+ android:gravity="center"
|
|
|
+ android:maxLines="1"
|
|
|
+ android:paddingTop="7dp"
|
|
|
+ android:paddingBottom="7dp"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="16dp"
|
|
|
+ app:layout_constrainedWidth="true"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/image_view_open_arrow"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_goneMarginEnd="50dp"
|
|
|
+ tools:text="VVVVVVVVVVVVVVVVVVV"/>
|
|
|
+ <!-- 타이틀 옆에 아이콘 자리 -->
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/image_view_open_arrow"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:clickable="false"
|
|
|
+ android:paddingStart="3dp"
|
|
|
+ android:paddingTop="13dp"
|
|
|
+ android:paddingBottom="8dp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/action_bar_title"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:srcCompat="@drawable/icon_h_down"
|
|
|
+ tools:visibility="visible"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_sub"
|