mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 15:35:38 +01:00
Add support for an 'About' field on your profile.
This commit is contained in:
@@ -41,6 +41,16 @@
|
||||
app:layout_constraintTop_toBottomOf="@id/rbs_recipient_avatar"
|
||||
tools:text="Gwen Stacy" />
|
||||
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||
android:id="@+id/rbs_about"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/signal_text_secondary"
|
||||
style="@style/Signal.Text.Body"
|
||||
app:layout_constraintTop_toBottomOf="@id/rbs_full_name"
|
||||
tools:text="🕷🕷🕷Hangin' on the web🕷🕷"/>
|
||||
|
||||
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
|
||||
android:id="@+id/rbs_username_number"
|
||||
style="@style/Signal.Text.Body"
|
||||
@@ -50,7 +60,7 @@
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/rbs_full_name"
|
||||
app:layout_constraintTop_toBottomOf="@+id/rbs_about"
|
||||
tools:text="\@spidergwen +1 555-654-6657" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user