【发布时间】:2021-01-31 20:22:24
【问题描述】:
我正在使用relativelayout。不知何故,我找不到分享TextView 内容.. 即使我找到了,我也找不到。我想用一个按钮分享 TextView 内容,你能帮我吗?
我还没有写java代码。
我需要此TextView 的共享代码。注意我正在使用relativelayout
代码主要
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@drawable/k"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/tw2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_margin="16dp"
android:shadowColor="#00ccff"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="2"
android:text=""
android:textIsSelectable="true"
android:textSize="30dp" />
</RelativeLayout>
【问题讨论】:
-
问题不够清楚你想做什么?你得到了什么?
-
比如我想在WhatsApp上分享TextView的内容
-
android studio 分享按钮
-
这能回答你的问题吗? How to share text to WhatsApp from my app?
-
只是这个 WhatsApp 示例。我正在寻找在其他应用中有效的东西
标签: java android android-layout