androidx版本首次提交
This commit is contained in:
16
live/src/main/res/layout/item_live_ready_share.xml
Normal file
16
live/src/main/res/layout/item_live_ready_share.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
|
||||
Reference in New Issue
Block a user