この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
android:materialcomponentsforandroid [2019/10/23 22:40] ips [Material Components for Android] |
android:materialcomponentsforandroid [2019/10/23 22:43] (現在) ips |
||
---|---|---|---|
ライン 9: | ライン 9: | ||
===== Filled, elevated button (default) ===== | ===== Filled, elevated button (default) ===== | ||
- | style="@style/Widget.MaterialComponents.Button" | + | <html>style="@style/Widget.MaterialComponents.Button"</html> |
{{:android:pasted:20191023-223642.png}} | {{:android:pasted:20191023-223642.png}} | ||
ライン 15: | ライン 15: | ||
===== Filled, unelevated button ===== | ===== Filled, unelevated button ===== | ||
- | style="@style/Widget.MaterialComponents.Button.UnelevatedButton" | + | <html>style="@style/Widget.MaterialComponents.Button.UnelevatedButton"</html> |
{{:android:pasted:20191023-223807.png}} | {{:android:pasted:20191023-223807.png}} | ||
ライン 21: | ライン 21: | ||
===== Outlined button ===== | ===== Outlined button ===== | ||
- | style="@style/Widget.MaterialComponents.Button.OutlinedButton" | + | <html>style="@style/Widget.MaterialComponents.Button.OutlinedButton"</html> |
{{:android:pasted:20191023-223858.png}} | {{:android:pasted:20191023-223858.png}} | ||
ライン 27: | ライン 27: | ||
===== Text button ===== | ===== Text button ===== | ||
- | style="@style/Widget.MaterialComponents.Button.TextButton" | + | <html>style="@style/Widget.MaterialComponents.Button.TextButton"</html> |
{{:android:pasted:20191023-223943.png}} | {{:android:pasted:20191023-223943.png}} | ||
ライン 33: | ライン 33: | ||
===== Icon button ===== | ===== Icon button ===== | ||
- | style="@style/Widget.MaterialComponents.Button.Icon" | + | <html>style="@style/Widget.MaterialComponents.Button.Icon"</html> |
{{:android:pasted:20191023-224018.png}} | {{:android:pasted:20191023-224018.png}} | ||
- | style="@style/Widget.MaterialComponents.Button.TextButton.Icon" | + | <html>style="@style/Widget.MaterialComponents.Button.TextButton.Icon"</html> |
{{:android:pasted:20191023-224054.png}} | {{:android:pasted:20191023-224054.png}} |