Updated
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
android:layout_height="120dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:contentDescription="User Avatar - Click to change"
|
||||
android:contentDescription="User Avatar"
|
||||
android:scaleType="centerCrop"
|
||||
android:background="@drawable/message_input_background"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
@@ -58,18 +58,6 @@
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:src="@mipmap/ic_launcher" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/avatarHintTextView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="Нажмите на аватарку, чтобы изменить"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:textSize="12sp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/avatarImageView" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<!-- First Name Input -->
|
||||
|
||||
Reference in New Issue
Block a user