layout_singletextima.xml
1.09 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical"
android:padding="10dp">
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/image_head"
android:layout_width="60dp"
android:layout_height="60dp"
fresco:actualImageScaleType="fitCenter"
fresco:roundAsCircle="true"
android:src="@mipmap/login_no"/>
<!--<ImageView
android:id="@+id/image_head"
android:layout_width="60dp"
android:layout_height="60dp"
android:background="@mipmap/login_no" />-->
<TextView
android:id="@+id/text_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="17dp"
android:text="name"
android:textColor="@color/color_333"
android:textSize="11sp" />
</LinearLayout>