|
|
@ -14,18 +14,31 @@ |
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:background="#ededed" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<!-- <ImageView--> |
|
|
|
|
|
|
|
<!-- android:id="@+id/headimg"--> |
|
|
|
|
|
|
|
<!-- android:layout_width="@dimen/size_200"--> |
|
|
|
|
|
|
|
<!-- android:layout_height="@dimen/size_200"--> |
|
|
|
|
|
|
|
<!-- android:background="@drawable/border"--> |
|
|
|
|
|
|
|
<!-- android:contentDescription="@string/headimg"--> |
|
|
|
|
|
|
|
<!-- app:layout_constraintStart_toStartOf="parent"--> |
|
|
|
|
|
|
|
<!-- app:layout_constraintTop_toTopOf="parent" />--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView |
|
|
|
android:id="@+id/headimg" |
|
|
|
android:id="@+id/headimg" |
|
|
|
android:layout_width="@dimen/size_200" |
|
|
|
android:layout_width="120dp" |
|
|
|
android:layout_height="@dimen/size_200" |
|
|
|
android:layout_height="120dp" |
|
|
|
android:background="@drawable/border" |
|
|
|
android:layout_marginStart="32dp" |
|
|
|
android:contentDescription="@string/headimg" |
|
|
|
android:layout_marginTop="32dp" |
|
|
|
|
|
|
|
app:civ_border_color="#FF000000" |
|
|
|
|
|
|
|
app:civ_border_width="2dp" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
|
@ -33,9 +46,10 @@ |
|
|
|
android:id="@+id/nickname" |
|
|
|
android:id="@+id/nickname" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="32dp" |
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/size_50" |
|
|
|
android:layout_marginTop="@dimen/size_50" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
android:textSize="18sp" |
|
|
|
android:textSize="18sp" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toEndOf="@id/headimg" |
|
|
|
app:layout_constraintStart_toEndOf="@id/headimg" |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
|
@ -43,20 +57,21 @@ |
|
|
|
android:id="@+id/credit_score" |
|
|
|
android:id="@+id/credit_score" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="32dp" |
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/size_50" |
|
|
|
android:layout_marginTop="@dimen/size_50" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
android:textSize="18sp" |
|
|
|
android:textSize="18sp" |
|
|
|
app:layout_constraintStart_toEndOf="@id/headimg" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="@id/nickname" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/nickname" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@id/nickname" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/check_headimg" |
|
|
|
android:id="@+id/check_headimg" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginTop="8dp" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:text="@string/set_headimg" |
|
|
|
android:text="@string/set_headimg" |
|
|
|
android:textSize="24sp" |
|
|
|
android:textSize="14sp" |
|
|
|
app:layout_constraintEnd_toEndOf="@id/headimg" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="@id/headimg" |
|
|
|
app:layout_constraintStart_toStartOf="@id/headimg" |
|
|
|
app:layout_constraintTop_toBottomOf="@id/headimg" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@id/headimg" /> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
@ -72,7 +87,7 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1.5" |
|
|
|
android:layout_weight="1.5" |
|
|
|
android:background="@drawable/border" |
|
|
|
android:background="@drawable/black_border" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:textSize="18sp" /> |
|
|
|
android:textSize="18sp" /> |
|
|
|
|
|
|
|
|
|
|
@ -81,7 +96,7 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/border" |
|
|
|
android:background="@drawable/black_border" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:textSize="18sp" /> |
|
|
|
android:textSize="18sp" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
@ -95,7 +110,7 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1.5" |
|
|
|
android:layout_weight="1.5" |
|
|
|
android:background="@drawable/border" |
|
|
|
android:background="@drawable/black_border" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:text="@string/mobie" |
|
|
|
android:text="@string/mobie" |
|
|
|
android:textSize="18sp" /> |
|
|
|
android:textSize="18sp" /> |
|
|
@ -105,7 +120,7 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/border" |
|
|
|
android:background="@drawable/black_border" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:textSize="18sp" /> |
|
|
|
android:textSize="18sp" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
@ -119,7 +134,7 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1.5" |
|
|
|
android:layout_weight="1.5" |
|
|
|
android:background="@drawable/border" |
|
|
|
android:background="@drawable/black_border" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:text="@string/email" |
|
|
|
android:text="@string/email" |
|
|
|
android:textSize="18sp" /> |
|
|
|
android:textSize="18sp" /> |
|
|
@ -129,19 +144,36 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/border" |
|
|
|
android:background="@drawable/black_border" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:textSize="18sp" /> |
|
|
|
android:textSize="18sp" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginTop="@dimen/size_30" |
|
|
|
android:layout_marginTop="@dimen/size_30"> |
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:text="@string/active_history" |
|
|
|
<ImageView |
|
|
|
android:textSize="24sp" |
|
|
|
android:id="@+id/score" |
|
|
|
android:textStyle="bold" /> |
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginStart="32dp" |
|
|
|
|
|
|
|
android:src="@drawable/ic_score" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:text="@string/active_history" |
|
|
|
|
|
|
|
android:textSize="24sp" |
|
|
|
|
|
|
|
android:textStyle="bold" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/score" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|
|
|
|
<HorizontalScrollView |
|
|
|
<HorizontalScrollView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|