January 2019
Intermediate to advanced
392 pages
10h 11m
English
This layout will help to get the profile details from the users. Open activity_profile.xml and modify it as follows (please check GitHub for the full layout code):
<?xml version="1.0" encoding="utf-8"?> <!--full name--> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/profileFullNameTitlePro" android:textStyle="bold" android:text="@string/title_full_names" android:textAppearance="?android:textAppearanceSmall" android:layout_marginStart="8dp" app:layout_constraintStart_toStartOf="parent" android:layout_marginTop="32dp" app:layout_constraintTop_toBottomOf="@+id/usernamePro" android:layout_marginEnd="8dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias= ...
Read now
Unlock full access