test/live/src/main/res/layout/item_live_ready_share.xml
18142669586 a02f7b2e22 1
2024-02-23 16:07:50 +08:00

17 lines
437 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="40dp"
android:layout_height="match_parent"
>
<ImageView
android:id="@+id/img"
android:layout_width="26dp"
android:layout_height="26dp"
android:layout_centerInParent="true"
android:src="@mipmap/icon_share_qq_1"
/>
</RelativeLayout>