3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Android】XML内部で、画像の大きさを変える

Posted at

#はじめに
アンドロイドを学び始めたので、備忘録として残しておく、自分用のメモです。
改善点などがあればご指摘お願いします。

下記の画像のサイズを変更した場合、何も設定していなかったら。
スクリーンショット 2019-06-04 15.23.34.png

このようになります。
スクリーンショット 2019-06-04 15.23.40.png

#解消法

【scalType】の値をcenterからfitCenterにすればいい
スクリーンショット 2019-06-04 15.25.01.png

スクリーンショット 2019-06-04 15.26.33.png
3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?