|
|
@ -15,6 +15,7 @@
|
|
|
|
see <http://www.gnu.org/licenses>
|
|
|
|
see <http://www.gnu.org/licenses>
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/account_container"
|
|
|
|
android:id="@+id/account_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -27,16 +28,29 @@
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
android:layout_margin="5dp"
|
|
|
|
|
|
|
|
tools:src="@tools:sample/avatars"
|
|
|
|
android:contentDescription="@string/profile_picture" />
|
|
|
|
android:contentDescription="@string/profile_picture" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/account_un"
|
|
|
|
android:id="@+id/account_un"
|
|
|
|
|
|
|
|
tools:text="@tools:sample/lorem"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:singleLine="true" />
|
|
|
|
android:singleLine="true" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
android:layout_marginStart="2dp"
|
|
|
|
|
|
|
|
android:id="@+id/pronouns"
|
|
|
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
tools:visibility="visible"
|
|
|
|
|
|
|
|
android:textColor="?colorPrimary"
|
|
|
|
|
|
|
|
tools:text="He/Him" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/account_dn"
|
|
|
|
android:id="@+id/account_dn"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|