我想在我的应用程序中添加一个按钮,该按钮将使用特定查询搜索谷歌。查询将从 TextView 中显示的单词中提取。
这是我的文本视图
<TextView
android:id="@+id/text_random_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:padding="@dimen/padding_medium"
android:text=""
android:textColor="#FF8800"
android:textSize="30dp"
tools:context=".ImHungry" />