|
|
@@ -47,18 +47,26 @@
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/action_bar_title"
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
android:layout_width="0dp"
|
|
|
- android:layout_height="56dp"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginEnd="18dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="18sp"
|
|
|
- tools:text="action bar title"
|
|
|
- />
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/action_bar_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="18sp"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ tools:text="VVV"/>
|
|
|
+ <!-- 타이틀 옆에 아이콘 자리 -->
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
@@ -107,7 +115,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_centerInParent="false"
|
|
|
android:progressDrawable="@drawable/sign_up_progress"
|
|
|
- tools:progress="40"
|
|
|
+ tools:progress="50"
|
|
|
/>
|
|
|
</RelativeLayout>
|
|
|
|