-1

クライアント サーバー アプリケーションに基づくアプリを開発しています。私はtablelayoutを使用しており、tablelayoutにいくつかのテキストビューを追加し、テキストと画像を編集しています(クリック用)。私のスクリーンショットは次のとおりです。ここに画像の説明を入力

私の画像でわかるように、ボタンのぼかしを追加します。たったの3kbのファイルです。

     final ImageView img_add_icon = new ImageView(MainScreen.this);
    img_add_icon.setBackgroundResource(R.drawable.add_item_order);

私のxmlファイルは次のとおりです。

     <ImageView
                    android:id="@+id/add_to_order_id"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content" 
                    android:layout_margin="2dip"/>

この画像のぼやけを止めるにはどうすればよいですか?

4

1 に答える 1