Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7949125 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Expressive design] Apply colors to homepage icons" into main

parents 8ad06b46 9c16e945
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
<!--
  Copyright (C) 2025 The Android Open Source Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<com.android.settings.widget.TintDrawable
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/ia_settings_communal"
    android:tint="@color/homepage_hub_mode_foreground" />
+19 −0
Original line number Diff line number Diff line
<!--
  Copyright (C) 2025 The Android Open Source Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<com.android.settings.widget.TintDrawable
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/ic_account_child_invert"
    android:tint="@color/homepage_supervision_foreground" />
+19 −0
Original line number Diff line number Diff line
<!--
  Copyright (C) 2025 The Android Open Source Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<com.android.settings.widget.TintDrawable
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/ic_apps_filled"
    android:tint="@color/homepage_apps_foreground" />
+19 −0
Original line number Diff line number Diff line
<!--
  Copyright (C) 2025 The Android Open Source Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<com.android.settings.widget.TintDrawable
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/ic_devices_other_filled"
    android:tint="@color/homepage_connected_device_foreground" />
+19 −0
Original line number Diff line number Diff line
<!--
  Copyright (C) 2025 The Android Open Source Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<com.android.settings.widget.TintDrawable
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/ic_help_filled"
    android:tint="@color/homepage_support_foreground" />
Loading