This commit is contained in:
LucasGGamerM
2023-01-02 11:46:15 -03:00
parent 2969a3e4fd
commit ac3875fe08
4 changed files with 27 additions and 28 deletions

View File

@@ -233,7 +233,7 @@
<LinearLayout
android:id="@id/name_wrap"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/avatar_border"
android:layout_alignParentStart="true"
@@ -242,7 +242,7 @@
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginTop="17dp"
@@ -251,7 +251,6 @@
android:textAlignment="viewStart"
android:textAppearance="@style/m3_headline_small"
tools:text="Eugen" />
<Button
android:id="@+id/bot_icon"
android:layout_width="wrap_content"