この文書の現在のバージョンと選択したバージョンの差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
android:shape [2019/11/23 14:20] ips |
android:shape [2019/11/23 14:20] (現在) ips |
||
---|---|---|---|
ライン 26: | ライン 26: | ||
==== android:thicknessRatio ==== | ==== android:thicknessRatio ==== | ||
- | <code> | + | <code xml> |
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
ライン 44: | ライン 44: | ||
==== android:innerRadiusRatio ==== | ==== android:innerRadiusRatio ==== | ||
- | <code> | + | <code xml> |
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
ライン 65: | ライン 65: | ||
角度をつけるには<html>android:fromDegrees</html>、重ねるには<html>layer-list</html>を使用する。 | 角度をつけるには<html>android:fromDegrees</html>、重ねるには<html>layer-list</html>を使用する。 | ||
- | <code> | + | <code xml> |
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |