11 lines
340 B
XML
11 lines
340 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/image_avatar"
|
|
layout_width="80dp"
|
|
layout_height="80dp"
|
|
layout_centerInParent="true"/>
|
|
</RelativeLayout>
|