29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<ImageView
|
|
android:id="@+id/image"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:src="@mipmap/icon_sud_no_data" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/image"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="-80dp"
|
|
android:gravity="center"
|
|
android:text="@string/sud_in_game_game_game_peer_user_nodata"
|
|
android:textColor="#333333"
|
|
android:textSize="14sp" />
|
|
</RelativeLayout>
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |