第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

設(shè)置默認(rèn)電子郵件或其他地址以獲取用戶反饋

設(shè)置默認(rèn)電子郵件或其他地址以獲取用戶反饋

狐的傳說 2021-07-09 14:11:48
我正在嘗試設(shè)置默認(rèn)電子郵件地址,將存儲來自我的 android 應(yīng)用程序的反饋,我可以讓他們閱讀。但是,我無法做到。另外,您能否建議我其他更好的方法來存儲來自您的應(yīng)用程序用戶的反饋,以便我以后閱讀?這是我的代碼:活動_main.xml<RelativeLayout android:layout_width="match_parent"    xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_height="match_parent">    <Button        android:id="@+id/feedback"        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:layout_marginBottom="10dp"        android:text="@string/feedback"        android:textColor="#26A69A" /></RelativeLayout>反饋文件<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="wrap_content"    android:background="#D0ECE7  "    android:orientation="vertical">    <TextView        android:layout_width="match_parent"        android:layout_height="54dp"        android:paddingLeft="10dp"        android:paddingRight="10dp"        android:text="@string/ftitle"        android:textColor="#26A69A"        android:textSize="30sp"        android:textStyle="bold" />    <TextView        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:layout_marginLeft="10dp"        android:layout_marginRight="10dp"        android:layout_marginTop="10dp"        android:text="@string/feed"        android:textSize="20sp"        android:textStyle="bold" />    <EditText        android:id="@+id/editText"        android:layout_width="match_parent"        android:layout_height="62dp"        android:layout_marginLeft="10dp"        android:layout_marginRight="10dp"        android:ems="10"        android:hint="Write Here"        android:background="#ffffff"        android:inputType="textPersonName"        android:textColor="#26A69A"        android:textColorLink="#26A69A" />
查看完整描述

3 回答

?
慕田峪7331174

TA貢獻(xiàn)1828條經(jīng)驗 獲得超13個贊

一個簡單的解決方案是使用具有以下屬性的TextViewin aNavigation Drawer或 in an About activity

android:autoLink="email"
android:text="youremail@host.com"

有了這個,用戶只需點擊您的電子郵件,郵件應(yīng)用程序就會啟動...
至于其他部分,請確保您不要泄露您的個人電子郵件。
最好使用專業(yè)電子郵件或?qū)iT針對該應(yīng)用程序的電子郵件。


查看完整回答
反對 回復(fù) 2021-07-23
  • 3 回答
  • 0 關(guān)注
  • 154 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號