17 lines
437 B
XML
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>
|
||
|
|