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

Commit cc44fa2b authored by Katherine Kuan's avatar Katherine Kuan
Browse files

Remove unused resources

Bug: 5112222
Change-Id: Iad183253f581ac4e0a2ab53fc981324f5e68c25a
parent 6af176fa
Loading
Loading
Loading
Loading

res/menu/pick.xml

deleted100644 → 0
+0 −39
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 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.
-->

<menu xmlns:android="http://schemas.android.com/apk/res/android">

    <item
        android:id="@+id/menu_display_selected"
        android:icon="@drawable/ic_menu_display_selected"
        android:title="@string/menu_display_selected" />

    <item
        android:id="@+id/menu_display_all"
        android:icon="@drawable/ic_menu_display_all"
        android:title="@string/menu_display_all" />

    <item
        android:id="@+id/menu_select_all"
        android:icon="@drawable/ic_menu_select"
        android:title="@string/menu_select_all" />

    <item
        android:id="@+id/menu_select_none"
        android:icon="@drawable/ic_menu_unselect"
        android:title="@string/menu_select_none" />

</menu>

res/menu/search.xml

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 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.
-->

<menu xmlns:android="http://schemas.android.com/apk/res/android">

    <item
        android:id="@+id/menu_search"
        android:icon="@android:drawable/ic_menu_search"
        android:title="@string/menu_search" />

</menu>
+0 −7
Original line number Diff line number Diff line
@@ -14,13 +14,6 @@
     limitations under the License.
-->
<resources>
    <dimen name="action_bar_filter_min_width">220dip</dimen>
    <dimen name="action_bar_filter_max_width">300dip</dimen>
    <dimen name="action_bar_search_max_width">336dip</dimen>
    <dimen name="action_bar_search_spacing">32dip</dimen>
    <dimen name="group_detail_border_padding">32dip</dimen>
    <dimen name="detail_header_view_margin">16dip</dimen>
    <dimen name="detail_header_attribution_height">56dip</dimen>
    <dimen name="detail_update_section_top_padding">48dip</dimen>
    <dimen name="contact_detail_list_top_padding">32dip</dimen>
</resources>
+0 −4
Original line number Diff line number Diff line
@@ -17,8 +17,4 @@
    <dimen name="editor_type_label_width">180dip</dimen>
    <dimen name="editor_round_button_padding_left">8dip</dimen>
    <dimen name="editor_round_button_padding_right">8dip</dimen>
    <dimen name="editor_name_text_field_left_margin">52dip</dimen>
    <dimen name="editor_title_label_width">150dip</dimen>
    <dimen name="editor_interpolator_narrow_width">800dip</dimen>
    <dimen name="editor_name_text_field_right_margin">10dip</dimen>
</resources>
+0 −7
Original line number Diff line number Diff line
@@ -52,11 +52,4 @@
        <!-- Favorites -->
        <item name="favorites_padding_bottom">0dip</item>
    </style>

    <style name="ContactDetailHeaderTextView">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:singleLine">true</item>
        <item name="android:ellipsize">end</item>
    </style>
</resources>
Loading