AIRA-android/app/src/main/res/layout/change_avatar_dialog.xml

14 lines
494 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<sushi.hardcore.aira.widgets.Avatar
android:id="@+id/avatar"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_centerInParent="true"
app:textSize="26sp"/>
</RelativeLayout>