|
91 | 91 | android:layout_width="0dp" |
92 | 92 | android:layout_height="wrap_content" |
93 | 93 | android:layout_marginTop="15dp" |
| 94 | + android:layout_marginEnd="15dp" |
94 | 95 | android:fontFamily="@font/open_sans" |
95 | 96 | android:textColor="@color/arduino_gris" |
96 | 97 | android:textSize="16sp" |
97 | | - app:layout_constraintEnd_toEndOf="parent" |
| 98 | + app:layout_constraintEnd_toStartOf="@id/redirect_to_id_page_image_view" |
98 | 99 | app:layout_constraintStart_toStartOf="parent" |
99 | | - app:layout_constraintTop_toBottomOf="@id/section_arduino_account" /> |
| 100 | + app:layout_constraintTop_toBottomOf="@id/section_arduino_account" |
| 101 | + tools:text="Lil Nickname" /> |
100 | 102 |
|
101 | 103 | <TextView |
102 | 104 | android:id="@+id/section_arduino_account_email" |
103 | 105 | android:layout_width="0dp" |
104 | 106 | android:layout_height="wrap_content" |
105 | 107 | android:layout_marginTop="2.5dp" |
| 108 | + android:layout_marginEnd="15dp" |
106 | 109 | android:fontFamily="@font/open_sans_bold" |
107 | 110 | android:textColor="@color/arduino_gris" |
108 | 111 | android:textSize="12sp" |
109 | | - app:layout_constraintEnd_toEndOf="parent" |
| 112 | + app:layout_constraintEnd_toStartOf="@id/redirect_to_id_page_image_view" |
110 | 113 | app:layout_constraintStart_toStartOf="parent" |
111 | | - app:layout_constraintTop_toBottomOf="@id/section_arduino_account_nickname" /> |
| 114 | + app:layout_constraintTop_toBottomOf="@id/section_arduino_account_nickname" |
| 115 | + tools:text="account@email.com" /> |
| 116 | + |
| 117 | + <ImageButton |
| 118 | + android:id="@+id/redirect_to_id_page_image_view" |
| 119 | + android:layout_width="wrap_content" |
| 120 | + android:layout_height="wrap_content" |
| 121 | + android:background="?selectableItemBackgroundBorderless" |
| 122 | + android:padding="8dp" |
| 123 | + android:src="@drawable/ic_external" |
| 124 | + app:layout_constraintBottom_toBottomOf="@id/section_arduino_account_email" |
| 125 | + app:layout_constraintEnd_toEndOf="parent" |
| 126 | + app:layout_constraintTop_toTopOf="@id/section_arduino_account_nickname" /> |
112 | 127 |
|
113 | 128 | <androidx.constraintlayout.widget.ConstraintLayout |
114 | 129 | android:id="@+id/section_google_drive_sync_layout" |
|
0 commit comments