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

Commit b6285a9f authored by Pierre-Louis's avatar Pierre-Louis
Browse files

Remove unused resources

Generated with Android Studio. strings.xml files are excluded.

Test: build pass
Bug: 185360060
Change-Id: I7799266f5720ad633c95e609af01ee70c4efdafc
parent ebf296c1
Loading
Loading
Loading
Loading

res/color/toolbar_icon_color.xml

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2021 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="?android:textColorPrimary"/>
</selector>

res/drawable/ic_tune.xml

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
<!--
     Copyright (C) 2019 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.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="20dp"
    android:height="20dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
  <path
      android:fillColor="@android:color/white"
      android:pathData="M3,17v2h6v-2H3zM3,5v2h10V5H3zM13,21v-2h8v-2h-8v-2h-2v6H13zM7,9v2H3v2h4v2h2V9H7zM21,13v-2H11v2H21zM15,9h2V7h4V5h-4V3h-2V9z"/>
</vector>

res/drawable/ic_wifi_24px.xml

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
<!--
     Copyright (C) 2019 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.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    <path
        android:fillColor="@android:color/white"
        android:pathData="M1,9l2,2c4.97,-4.97 13.03,-4.97 18,0l2,-2C16.93,2.93 7.08,2.93 1,9zM9,17l3,3l3,-3C13.35,15.34 10.66,15.34 9,17zM5,13l2,2c2.76,-2.76 7.24,-2.76 10,0l2,-2C15.14,9.14 8.87,9.14 5,13z"/>
</vector>

res/drawable/option_color.xml

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2019 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.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@android:color/black"  />
    <corners android:radius="6dp" />
</shape>
+0 −5
Original line number Diff line number Diff line
@@ -17,9 +17,7 @@
-->
<resources>
    <dimen name="card_title_text_size">12sp</dimen>
    <dimen name="card_cover_title_text_size">14sp</dimen>
    <dimen name="card_header_icon_size">24dp</dimen>
    <dimen name="preview_card_top_padding">6dp</dimen>
    <dimen name="preview_theme_content_margin">8dp</dimen>
    <dimen name="preview_theme_content_max_height">140dp</dimen>
    <dimen name="preview_theme_content_min_height">100dp</dimen>
@@ -28,9 +26,6 @@
    <dimen name="preview_theme_icon_size">26dp</dimen>
    <dimen name="preview_theme_tile_size">14dp</dimen>
    <dimen name="preview_theme_shape_size">30dp</dimen>
    <dimen name="preview_theme_content_bottom">8dp</dimen>

    <dimen name="font_preview_divider_gap">12dp</dimen>

    <dimen name="options_container_width">400dp</dimen>
    <dimen name="option_bottom_margin">8dp</dimen>
Loading