この文書の現在のバージョンと選択したバージョンの差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
|
android:materialcomponentsforandroid [2019/10/22 20:06] ips 作成 |
android:materialcomponentsforandroid [2019/10/23 22:43] (現在) ips |
||
|---|---|---|---|
| ライン 4: | ライン 4: | ||
| [[https://github.com/material-components/material-components-android/blob/master/docs/getting-started.md|Getting started with Material Components for Android]] | [[https://github.com/material-components/material-components-android/blob/master/docs/getting-started.md|Getting started with Material Components for Android]] | ||
| + | |||
| + | ====== MaterialButton ====== | ||
| + | |||
| + | ===== Filled, elevated button (default) ===== | ||
| + | |||
| + | <html>style="@style/Widget.MaterialComponents.Button"</html> | ||
| + | |||
| + | {{:android:pasted:20191023-223642.png}} | ||
| + | |||
| + | ===== Filled, unelevated button ===== | ||
| + | |||
| + | <html>style="@style/Widget.MaterialComponents.Button.UnelevatedButton"</html> | ||
| + | |||
| + | {{:android:pasted:20191023-223807.png}} | ||
| + | |||
| + | ===== Outlined button ===== | ||
| + | |||
| + | <html>style="@style/Widget.MaterialComponents.Button.OutlinedButton"</html> | ||
| + | |||
| + | {{:android:pasted:20191023-223858.png}} | ||
| + | |||
| + | ===== Text button ===== | ||
| + | |||
| + | <html>style="@style/Widget.MaterialComponents.Button.TextButton"</html> | ||
| + | |||
| + | {{:android:pasted:20191023-223943.png}} | ||
| + | |||
| + | ===== Icon button ===== | ||
| + | |||
| + | <html>style="@style/Widget.MaterialComponents.Button.Icon"</html> | ||
| + | |||
| + | {{:android:pasted:20191023-224018.png}} | ||
| + | |||
| + | <html>style="@style/Widget.MaterialComponents.Button.TextButton.Icon"</html> | ||
| + | |||
| + | {{:android:pasted:20191023-224054.png}} | ||
| ====== 使い方 ====== | ====== 使い方 ====== | ||