LoginSignup
0

More than 1 year has passed since last update.

Androidのビュー部品(3)Buttonsパレット

Last updated at Posted at 2022-05-06

はじめに

Androidアプリの開発のために、パレットとビュー部品についての理解を整理します。
この記事で取り扱う環境は、Android Studio+Windows10です。

真新しい情報ではありません。体系立てて理解を整理するために、自分が理解しやすい枠組みでまとめるものです。

ひとつ前

ひとつ先

1.レイアウトファイル(activity_main.xml)

デザインビューで見るとこんなかんじです。
image.png

1.パレットとビュー部品

No パレット No パレット No パレット
1 Common 4 Widgets 7 Helper
2 Text 5 Layouts 8 Google
3 Buttons 6 Containers 9 Legacy

1.3.Buttonsパレット

image.png

No ビュー部品 説明
1 Button 通常のボタン
2 ImageButton 画像ボタン
3 ChipGroup チップグループ
4 Chip チップ
5 CheckBox チェックボックス
6 RadioGroup ラジオボタンのグループ
7 RadioButton ラジオボタン
8 ToggleButton トグルボタン
9 Switch スイッチ
10 FloatingActionButton フローティングアクションボタン(マテリアルデザインにおいて、画面上で最も重要な要素に割り当てる)

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