LoginSignup
0
0

More than 3 years have passed since last update.

Kotlin#1:覚えた技術を日々書き留める

Last updated at Posted at 2019-10-26

BoxInsetLayout

円形ディスプレイにコンポーネントを配置した場合でも、見切れないように表示するためのもの

padding

viewのbackgroundの中での距離

・paddingTop 上からの距離
・paddingBottom 下からの距離
・paddingStart 左端からの距離
・paddingEnd 右端からの距離

margin

view間の距離

・marginTop 上のViewからの距離
・marginBottom 下のViewからの距離
・marginStart 左端のViewからの距離
・marginEnd 右端のViewからの距離

0
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
0
0