Google は、黒人コミュニティに対する人種平等の促進に取り組んでいます。
取り組みを見る
円形アイコンの実装
円形のランチャー アイコンは、Android 7.1.1 以降でサポートされています。デフォルトでは有効になっていません。デバイスの実装で円形アイコンを使用するには、デバイス上でリソース オーバーレイを編集して有効にする必要があります。
オーバーレイを使用するリソース ファイルは、frameworks/base/core/res/res/values/config.xml
にあります。
円形アイコンを有効にするには、オーバーレイ ファイルの config_useRoundIcon
設定を false
から true
に変更します。
<!-- Flag indicating whether round icons should be parsed from the application manifest. -->
<bool name="config_useRoundIcon">true</bool>
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-01-13 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]