瀏覽代碼

remove unused files and colors

Signed-off-by: Abdourahamane BOINAIDI <abdourahamane.boinaidi@infomaniak.com>
Abdourahamane BOINAIDI 5 年之前
父節點
當前提交
bbe21a9d9f
共有 2 個文件被更改,包括 0 次插入29 次删除
  1. 0 27
      src/main/res/drawable/list_selector.xml
  2. 0 2
      src/main/res/values/colors.xml

+ 0 - 27
src/main/res/drawable/list_selector.xml

@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ownCloud Android client application
-
-  Copyright (C) 2012  Bartek Przybylski
-  Copyright (C) 2015 ownCloud Inc.
-
-  This program is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License version 2,
-  as published by the Free Software Foundation.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with this program.  If not, see <http://www.gnu.org/licenses/>.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_mediumAnimTime">
-
-    <item android:drawable="@color/list_selector_focused_pressed" android:state_pressed="true"/>
-    <item android:drawable="@color/list_selector_focused_pressed" android:state_focused="true"/>
-    <item android:drawable="@color/bg_default" />
-
-</selector>

+ 0 - 2
src/main/res/values/colors.xml

@@ -19,8 +19,6 @@
 -->
 <resources>
 
-    <color name="list_selector_focused_pressed">#00ddff</color>
-
     <color name="list_item_lastmod_and_filesize_text">@color/secondary_text_color</color>
     <color name="black">#000000</color>
     <color name="white">#ffffff</color>