91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

android_常用UI控件_02_EditText_01添加圖片到edittext中

發布時間:2020-08-30 03:08:31 來源:網絡 閱讀:512 作者:xiaohongyangok 欄目:移動開發

MainActivity.java

package com.example.android_editext_1face;

import java.lang.reflect.Field;
import java.util.Random;

import android.os.Bundle;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.text.Spannable;
import android.text.SpannableString;
import android.text.style.ImageSpan;
import android.view.Menu;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;

public class MainActivity extends Activity {
    private EditText edittext;
    private Button button;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        edittext = (EditText) this.findViewById(R.id.edittext);
        button = (Button) this.findViewById(R.id.button);
        button.setOnClickListener(new View.OnClickListener() {

            @Override
            public void onClick(View v) {
                // TODO Auto-generated method stub
                int randomId = 1 + new Random().nextInt(1);
                try {
                    Toast.makeText(MainActivity.this, "Hello", 0);
                    Field f = R.drawable.class.getDeclaredField("face"
                            + randomId);
                    int resourceId = Integer.parseInt(f.get(null).toString());
                    // 在android中要想顯示圖片信息,必須使得Bitmap的對象來裝載
                    Bitmap bitmap = BitmapFactory.decodeResource(
                            getResources(), resourceId);
                    // ImageSpan
                    ImageSpan p_w_picpathspan = new ImageSpan(MainActivity.this,
                            bitmap);
                    SpannableString spannablestring = new SpannableString(
                            "face");
                    spannablestring.setSpan(p_w_picpathspan, 0, 4,
                            Spannable.SPAN_EXCLUSIVE_INCLUSIVE);
                    // 添加內容到edittext中
                    edittext.append(spannablestring);
                } catch (Exception e) {
                    // TODO: handle exception
                }
            }
        });
    }

    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        // Inflate the menu; this adds items to the action bar if it is present.
        getMenuInflater().inflate(R.menu.main, menu);
        return true;
    }

}

activity_main.xml

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context=".MainActivity" >

   <EditText 
       android:id="@+id/edittext"
       android:layout_width="fill_parent"
       android:layout_height="wrap_content"
       android:layout_marginTop="10dp"
       />
   <Button 
       android:id="@+id/button"
       android:layout_width="fill_parent"
       android:layout_height="wrap_content"
       android:text="添加qq表情"
       android:layout_marginTop="50dp"
       />

</RelativeLayout>

android_常用UI控件_02_EditText_01添加圖片到edittext中

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

陇南市| 罗山县| 治县。| 买车| 博野县| 长泰县| 恩施市| 大渡口区| 敖汉旗| 确山县| 青州市| 丰镇市| 易门县| 天柱县| 依安县| 永靖县| 苏尼特左旗| 岚皋县| 巢湖市| 绵竹市| 山西省| 南昌市| 遂宁市| 泾川县| 长岭县| 潜江市| 烟台市| 崇阳县| 义乌市| 江西省| 满洲里市| 北宁市| 农安县| 三河市| 黔南| 台东县| 河池市| 潍坊市| 乌拉特后旗| 鄂伦春自治旗| 抚顺市|