Eleven: remove unused resources
Change-Id: Id73ac61cb640f7b012c2a8b6e5852acae6a002b3
Signed-off-by: Joey <joey@lineageos.org>
diff --git a/res/drawable/bottom_shadow.xml b/res/drawable/bottom_shadow.xml
deleted file mode 100644
index 7b6385c..0000000
--- a/res/drawable/bottom_shadow.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
- Copyright (C) 2014 The CyanogenMod 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" >
-
- <gradient
- android:angle="90.0"
- android:endColor="@color/transparent"
- android:startColor="@color/black" />
-
-</shape>
diff --git a/res/drawable/btn_notification_collapse.xml b/res/drawable/btn_notification_collapse.xml
deleted file mode 100644
index 35b2dc7..0000000
--- a/res/drawable/btn_notification_collapse.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<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="@color/white"
- android:pathData="M19 13H5v-2h14v2z" />
- <path
- android:pathData="M0 0h24v24H0z" />
-</vector>
diff --git a/res/drawable/btn_playback_browse.xml b/res/drawable/btn_playback_browse.xml
deleted file mode 100644
index 2602092..0000000
--- a/res/drawable/btn_playback_browse.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
-
- <path
- android:pathData="M0 0h24v24H0z" />
- <path
- android:fillColor="@color/black"
- android:pathData="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1 .9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2
-5h-3v5.5c0 1.38-1.12 2.5-2.5 2.5S10 13.88 10 12.5s1.12-2.5 2.5-2.5c.57 0 1.08
-.19 1.5 .51 V5h4v2zM4 6H2v14c0 1.1 .9 2 2 2h14v-2H4V6z" />
-</vector>
diff --git a/res/drawable/btn_playback_icon.xml b/res/drawable/btn_playback_icon.xml
deleted file mode 100644
index b3aaacb..0000000
--- a/res/drawable/btn_playback_icon.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
-
- <path
- android:pathData="M0 0h24v24h-24z" />
- <path
- android:fillColor="@color/black"
- android:pathData="M12 3v9.28c-.47-.17-.97-.28-1.5-.28-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5
-4.5c2.31 0 4.2-1.75 4.45-4h.05v-11h4v-3h-7z" />
-</vector>
diff --git a/res/drawable/btn_queue_icon.xml b/res/drawable/btn_queue_icon.xml
deleted file mode 100644
index bce1cf2..0000000
--- a/res/drawable/btn_queue_icon.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<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="@color/black"
- android:pathData="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17
-6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z" />
-</vector>
diff --git a/res/drawable/floating_action_button.xml b/res/drawable/floating_action_button.xml
deleted file mode 100644
index d186128..0000000
--- a/res/drawable/floating_action_button.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2015 The CyanogenMod 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.
--->
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="@color/grey">
- <item android:id="@android:id/mask">
- <shape android:shape="oval">
- <solid android:color="@color/accent" android:background="?android:attr/selectableItemBackground" />
- </shape>
- </item>
-</ripple>
diff --git a/res/drawable/history_icon.xml b/res/drawable/history_icon.xml
deleted file mode 100644
index fd04134..0000000
--- a/res/drawable/history_icon.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<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:attr/textColorPrimary"
- android:fillAlpha=".9"
- android:strokeAlpha=".9"
- android:pathData="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89 .07 .14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7
-7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13
-21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54 .72 -1.21-3.5-2.08V8H12z" />
-</vector>
diff --git a/res/drawable/ic_action_search.xml b/res/drawable/ic_action_search.xml
deleted file mode 100644
index e23efa4..0000000
--- a/res/drawable/ic_action_search.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<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="@color/white"
- android:pathData="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91
-3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27 .28 v.79l5 4.99L20.49
-19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5
-14z" />
-</vector>
diff --git a/res/drawable/inset_list_divider_no_padding.xml b/res/drawable/inset_list_divider_no_padding.xml
deleted file mode 100644
index 763868f..0000000
--- a/res/drawable/inset_list_divider_no_padding.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<inset xmlns:android="http://schemas.android.com/apk/res/android">
-
- <shape>
- <solid android:color="@color/list_item_divider_color" />
- <corners android:radius="1.0dip" />
- </shape>
-
-</inset>
\ No newline at end of file
diff --git a/res/drawable/now_playing_progress.xml b/res/drawable/now_playing_progress.xml
deleted file mode 100644
index 6c82d85..0000000
--- a/res/drawable/now_playing_progress.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 The CyanogenMod 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:layout_width="match_parent"
- android:layout_height="match_parent"
- android:innerRadiusRatio="2.601"
- android:thicknessRatio="8.666"
- android:shape="ring"
- android:useLevel="true">
- <solid android:color="@color/circular_progress_bar" />
-</shape>
diff --git a/res/drawable/now_playing_progress_background.xml b/res/drawable/now_playing_progress_background.xml
deleted file mode 100644
index 2d52ac4..0000000
--- a/res/drawable/now_playing_progress_background.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 The CyanogenMod 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:layout_width="match_parent"
- android:layout_height="match_parent"
- android:innerRadiusRatio="2.601"
- android:thicknessRatio="8.666"
- android:shape="ring"
- android:useLevel="true">
- <solid android:color="@color/circular_progress_bar_background" />
-</shape>
diff --git a/res/drawable/right_shadow.xml b/res/drawable/right_shadow.xml
deleted file mode 100644
index 85e5744..0000000
--- a/res/drawable/right_shadow.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
- Copyright (C) 2014 The CyanogenMod 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" >
-
- <gradient
- android:angle="180"
- android:endColor="@color/transparent"
- android:startColor="@color/black" />
-
-</shape>
\ No newline at end of file
diff --git a/res/layout/activity_album_detail.xml b/res/layout/activity_album_detail.xml
index 5dac440..24884b9 100644
--- a/res/layout/activity_album_detail.xml
+++ b/res/layout/activity_album_detail.xml
@@ -22,7 +22,6 @@
android:scaleType="centerCrop" />
<RelativeLayout
- android:id="@+id/header_info"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_toEndOf="@id/album_art"
diff --git a/res/layout/activity_artist_detail.xml b/res/layout/activity_artist_detail.xml
index 2db9cb0..ab2a0bd 100644
--- a/res/layout/activity_artist_detail.xml
+++ b/res/layout/activity_artist_detail.xml
@@ -18,7 +18,6 @@
android:gravity="center" />
<TextView
- android:id="@+id/albums_label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingVertical="8dp"
@@ -35,7 +34,6 @@
android:scrollbars="none" />
<TextView
- android:id="@+id/songs_label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingVertical="8dp"
diff --git a/res/layout/activity_base.xml b/res/layout/activity_base.xml
index 9088499..d0437c4 100644
--- a/res/layout/activity_base.xml
+++ b/res/layout/activity_base.xml
@@ -97,7 +97,6 @@
android:orientation="vertical">
<ImageView
- android:id="@+id/secondPanelDragIndicator"
android:layout_width="wrap_content"
android:layout_height="@dimen/sliding_panel_indicator_height"
android:layout_gravity="center_horizontal"
diff --git a/res/layout/activity_search.xml b/res/layout/activity_search.xml
deleted file mode 100644
index 1345548..0000000
--- a/res/layout/activity_search.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ListView
- android:id="@+id/list_search_history"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:cacheColorHint="@color/transparent"
- android:drawSelectorOnTop="false"
- android:divider="@null"
- android:dividerHeight="0dp"
- android:fastScrollEnabled="true" />
-
- <include
- layout="@layout/list_base" />
-</FrameLayout>
\ No newline at end of file
diff --git a/res/layout/album_detail_song.xml b/res/layout/album_detail_song.xml
index 2e3c45c..043808e 100644
--- a/res/layout/album_detail_song.xml
+++ b/res/layout/album_detail_song.xml
@@ -27,7 +27,6 @@
</LinearLayout>
<RelativeLayout
- android:id="@+id/song_info"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_toStartOf="@id/right_container"
@@ -55,4 +54,4 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:src="@drawable/inset_list_divider" />
-</RelativeLayout>
\ No newline at end of file
+</RelativeLayout>
diff --git a/res/layout/app_msg.xml b/res/layout/app_msg.xml
deleted file mode 100644
index 8767a0f..0000000
--- a/res/layout/app_msg.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:minHeight="48dp"
- android:orientation="vertical" >
-
- <TextView
- android:id="@android:id/message"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:padding="8dp"
- android:textColor="@color/app_msg_text_color"
- android:textIsSelectable="false"
- android:textSize="14sp"
- android:textStyle="bold" />
-
-</LinearLayout>
\ No newline at end of file
diff --git a/res/layout/app_widget_large.xml b/res/layout/app_widget_large.xml
index b823f00..9fc57a1 100644
--- a/res/layout/app_widget_large.xml
+++ b/res/layout/app_widget_large.xml
@@ -34,7 +34,6 @@
android:scaleType="fitXY" />
<LinearLayout
- android:id="@+id/app_widget_large_buttons"
android:layout_width="wrap_content"
android:layout_row="0"
android:layout_column="1"
diff --git a/res/layout/app_widget_large_alternate.xml b/res/layout/app_widget_large_alternate.xml
index 67c5a38..6c6df04 100644
--- a/res/layout/app_widget_large_alternate.xml
+++ b/res/layout/app_widget_large_alternate.xml
@@ -65,7 +65,6 @@
</LinearLayout>
<LinearLayout
- android:id="@+id/app_widget_large_alternate_buttons"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_row="1"
diff --git a/res/layout/audio_player_header_bar.xml b/res/layout/audio_player_header_bar.xml
index 5ea84b8..55a0886 100644
--- a/res/layout/audio_player_header_bar.xml
+++ b/res/layout/audio_player_header_bar.xml
@@ -27,7 +27,6 @@
tools:background="@color/blue_dark">
<LinearLayout
- android:id="@+id/header_bar_text_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
diff --git a/res/layout/bottom_action_bar.xml b/res/layout/bottom_action_bar.xml
index ec4e869..66bbdbf 100644
--- a/res/layout/bottom_action_bar.xml
+++ b/res/layout/bottom_action_bar.xml
@@ -36,7 +36,6 @@
android:src="@drawable/default_artwork" />
<RelativeLayout
- android:id="@+id/bottom_action_bar_info_container"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
diff --git a/res/layout/colorstrip.xml b/res/layout/colorstrip.xml
deleted file mode 100644
index 791d054..0000000
--- a/res/layout/colorstrip.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<View xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/colorstrip"
- android:background="@color/accent"
- android:layout_width="match_parent"
- android:layout_height="@dimen/colorstrip_height"/>
\ No newline at end of file
diff --git a/res/layout/edit_queue_list_item.xml b/res/layout/edit_queue_list_item.xml
index 7989018..c97b784 100644
--- a/res/layout/edit_queue_list_item.xml
+++ b/res/layout/edit_queue_list_item.xml
@@ -16,7 +16,6 @@
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/edit_track_list_parent"
android:layout_width="match_parent"
android:layout_height="@dimen/item_normal_height" >
@@ -28,7 +27,6 @@
android:src="@drawable/gripper_light" />
<FrameLayout
- android:id="@+id/edit_track_list_container"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toEndOf="@+id/edit_track_list_item_handle"
diff --git a/res/layout/edit_track_list_item.xml b/res/layout/edit_track_list_item.xml
index e55e238..d702a7d 100644
--- a/res/layout/edit_track_list_item.xml
+++ b/res/layout/edit_track_list_item.xml
@@ -16,7 +16,6 @@
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/edit_track_list_parent"
android:layout_width="match_parent"
android:layout_height="@dimen/item_normal_height" >
diff --git a/res/layout/faux_playlist_header.xml b/res/layout/faux_playlist_header.xml
deleted file mode 100644
index 977432f..0000000
--- a/res/layout/faux_playlist_header.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:visibility="invisible"
- android:layout_width="match_parent"
- android:layout_height="@dimen/faux_playlist_detail_header_height">
- </RelativeLayout>
-</FrameLayout>
diff --git a/res/layout/fragment_list.xml b/res/layout/fragment_list.xml
index 7ecd9c4..1f3a583 100644
--- a/res/layout/fragment_list.xml
+++ b/res/layout/fragment_list.xml
@@ -15,7 +15,6 @@
limitations under the License.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/list_base_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/res/layout/fragment_music_browser_phone.xml b/res/layout/fragment_music_browser_phone.xml
index a508c8b..a806a4a 100644
--- a/res/layout/fragment_music_browser_phone.xml
+++ b/res/layout/fragment_music_browser_phone.xml
@@ -20,7 +20,6 @@
android:layout_height="match_parent" >
<RelativeLayout
- android:id="@+id/fragment_home_phone_container"
android:layout_width="match_parent"
android:layout_height="match_parent" >
diff --git a/res/layout/grid_base.xml b/res/layout/grid_base.xml
index 8237ef4..e0b2f8b 100644
--- a/res/layout/grid_base.xml
+++ b/res/layout/grid_base.xml
@@ -17,7 +17,6 @@
limitations under the License.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/grid_base_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/res/layout/grid_header.xml b/res/layout/grid_header.xml
deleted file mode 100644
index 16a256a..0000000
--- a/res/layout/grid_header.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="8dp">
- <!-- height should be list_item_general_margin - grid_item_vertical_spacing -->
-</FrameLayout>
\ No newline at end of file
diff --git a/res/layout/list_base.xml b/res/layout/list_base.xml
deleted file mode 100644
index 6737ecc..0000000
--- a/res/layout/list_base.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/list_base_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <include
- layout="@layout/loading_empty_container" />
-
- <org.lineageos.eleven.dragdrop.DragSortListView
- android:id="@+id/list_base"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:cacheColorHint="@color/transparent"
- android:drawSelectorOnTop="false"
- android:divider="@null"
- android:dividerHeight="0dp"
- android:fadingEdge="vertical"
- android:fastScrollEnabled="true" />
-</FrameLayout>
diff --git a/res/layout/list_base_padding.xml b/res/layout/list_base_padding.xml
deleted file mode 100644
index f0e6c08..0000000
--- a/res/layout/list_base_padding.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/list_base_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/list_base_container_background_color">
-
- <include
- layout="@layout/loading_empty_container" />
-
- <org.lineageos.eleven.dragdrop.DragSortListView
- android:id="@+id/list_base"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:cacheColorHint="@color/transparent"
- android:drawSelectorOnTop="false"
- android:divider="@null"
- android:dividerHeight="0dp"
- android:fadingEdge="vertical"
- android:clipToPadding="false"
- android:paddingTop="@dimen/header_bar_height"
- android:fastScrollEnabled="true" />
-</FrameLayout>
diff --git a/res/layout/list_item_search_history.xml b/res/layout/list_item_search_history.xml
deleted file mode 100644
index 16db1a4..0000000
--- a/res/layout/list_item_search_history.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="@dimen/item_short_height"
- android:minHeight="@dimen/item_short_height"
- tools:ignore="ContentDescription">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:paddingBottom="@dimen/list_item_padding_bottom"
- android:paddingTop="@dimen/list_item_padding_top"
- android:paddingLeft="@dimen/list_preferred_item_padding"
- android:paddingRight="@dimen/list_preferred_item_padding">
-
- <org.lineageos.eleven.widgets.SquareImageView
- android:id="@+id/image"
- android:layout_width="@dimen/list_item_image_width"
- android:layout_height="@dimen/list_item_image_height"
- android:layout_centerVertical="true"
- android:scaleType="centerCrop"
- android:src="@drawable/history_icon" />
-
- <TextView
- android:id="@+id/line_one"
- style="@style/ListItemMainText.Single"
- android:gravity="center_vertical"
- android:layout_centerVertical="true"
- android:layout_toEndOf="@id/image"
- android:layout_width="match_parent"
- android:layout_height="fill_parent" />
- </RelativeLayout>
-
- <ImageView
- android:id="@+id/divider"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:src="@drawable/inset_list_divider" />
-</RelativeLayout>
\ No newline at end of file
diff --git a/res/layout/list_item_simple.xml b/res/layout/list_item_simple.xml
deleted file mode 100644
index f04bef7..0000000
--- a/res/layout/list_item_simple.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="@dimen/item_normal_height"
- android:minHeight="@dimen/item_normal_height"
- tools:ignore="ContentDescription">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center_vertical"
- android:paddingBottom="@dimen/list_item_padding_bottom"
- android:paddingTop="@dimen/list_item_padding_top"
- android:paddingLeft="@dimen/list_preferred_item_padding"
- android:paddingRight="@dimen/list_preferred_item_padding">
-
- <!-- center the text views vertically -->
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_alignParentLeft="true"
- android:layout_toLeftOf="@+id/line_one_right"
- android:gravity="center_vertical"
- android:orientation="vertical">
- <TextView
- android:id="@+id/line_one"
- style="@style/ListItemMainText.Single"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
-
- <TextView
- android:id="@+id/line_two"
- style="@style/ListItemSecondaryText.Single"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
- </LinearLayout>
-
- <TextView
- android:id="@+id/line_one_right"
- style="@style/ListItemSecondaryText.Single"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toStartOf="@+id/popup_menu_button"
- android:layout_centerVertical="true" />
-
- <org.lineageos.eleven.widgets.PopupMenuButton
- android:id="@id/popup_menu_button"
- android:layout_width="@dimen/overflow_width"
- android:layout_height="@dimen/overflow_height"
- android:layout_alignParentEnd="true"
- android:layout_centerVertical="true"
- android:src="@drawable/menu_button" />
- </RelativeLayout>
-
- <ImageView
- android:id="@+id/divider"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:src="@drawable/inset_list_divider" />
-</RelativeLayout>
diff --git a/res/layout/list_search_footer.xml b/res/layout/list_search_footer.xml
deleted file mode 100644
index 137daa5..0000000
--- a/res/layout/list_search_footer.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@null"
- android:orientation="vertical">
-
- <ImageView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:src="@drawable/inset_list_divider_no_padding" />
-
- <TextView
- android:id="@+id/title"
- android:layout_width="match_parent"
- android:layout_height="50dp"
- android:background="@null"
- android:gravity="center"
- android:textAllCaps="true"
- android:textColor="@color/list_item_search_footer_text_color"
- android:textSize="@dimen/list_item_footer_size"
- android:textStyle="bold" />
-
- <ImageView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:src="@drawable/inset_list_divider_no_padding" />
-</LinearLayout>
\ No newline at end of file
diff --git a/res/layout/list_search_header.xml b/res/layout/list_search_header.xml
deleted file mode 100644
index 5cca5c7..0000000
--- a/res/layout/list_search_header.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
- Copyright (C) 2014 The CyanogenMod 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.
--->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="46dp"
- android:background="@null">
- <TextView
- android:id="@+id/title"
- android:layout_width="match_parent"
- android:layout_height="20dp"
- android:layout_alignParentBottom="true"
- android:paddingLeft="@dimen/list_item_general_margin"
- android:paddingRight="@dimen/list_item_general_margin"
- android:background="@null"
- android:gravity="center_vertical"
- android:textAllCaps="true"
- android:textColor="@color/list_item_header_text_color"
- android:textSize="@dimen/list_item_header_size" />
-</RelativeLayout>
\ No newline at end of file
diff --git a/res/layout/main_playback_controls.xml b/res/layout/main_playback_controls.xml
index 8f4b682..d58a367 100644
--- a/res/layout/main_playback_controls.xml
+++ b/res/layout/main_playback_controls.xml
@@ -19,7 +19,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/main_playback_controls_root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:background="@color/blue_dark"
diff --git a/res/layout/play_pause_progress_button.xml b/res/layout/play_pause_progress_button.xml
index 3af5480..56c40ec 100644
--- a/res/layout/play_pause_progress_button.xml
+++ b/res/layout/play_pause_progress_button.xml
@@ -35,7 +35,6 @@
android:src="@drawable/btn_playback_play" />
<ProgressBar
- android:id="@+id/circularProgressBar"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/res/layout/play_pause_progress_button_alt.xml b/res/layout/play_pause_progress_button_alt.xml
index 52ce121..895c63e 100644
--- a/res/layout/play_pause_progress_button_alt.xml
+++ b/res/layout/play_pause_progress_button_alt.xml
@@ -37,7 +37,6 @@
android:src="@drawable/btn_playback_play" />
<ProgressBar
- android:id="@+id/progressBarBackground"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/res/layout/playlist_detail.xml b/res/layout/playlist_detail.xml
index e262059..66330ff 100644
--- a/res/layout/playlist_detail.xml
+++ b/res/layout/playlist_detail.xml
@@ -28,7 +28,6 @@
layout="@layout/playlist_detail_header" />
<FrameLayout
- android:id="@+id/list_base_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
diff --git a/res/layout/square_image_view.xml b/res/layout/square_image_view.xml
index 0627f33..036ed4b 100644
--- a/res/layout/square_image_view.xml
+++ b/res/layout/square_image_view.xml
@@ -16,7 +16,6 @@
limitations under the License.
-->
<org.lineageos.eleven.widgets.SquareView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/square_view"
android:layout_width="match_parent"
android:layout_height="match_parent" >
@@ -26,4 +25,4 @@
android:layout_height="match_parent"
android:scaleType="centerCrop" />
-</org.lineageos.eleven.widgets.SquareView>
\ No newline at end of file
+</org.lineageos.eleven.widgets.SquareView>
diff --git a/res/menu/album_sort_by.xml b/res/menu/album_sort_by.xml
index 3dfbe5e..582243f 100644
--- a/res/menu/album_sort_by.xml
+++ b/res/menu/album_sort_by.xml
@@ -19,7 +19,6 @@
xmlns:android="http://schemas.android.com/apk/res/android" >
<item
- android:id="@+id/menu_sort_by"
android:orderInCategory="200"
android:title="@string/menu_sort_by"
app:showAsAction="never">
@@ -42,4 +41,4 @@
</menu>
</item>
-</menu>
\ No newline at end of file
+</menu>
diff --git a/res/menu/artist_album_sort_by.xml b/res/menu/artist_album_sort_by.xml
deleted file mode 100644
index 672348a..0000000
--- a/res/menu/artist_album_sort_by.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
-
- 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:app="http://schemas.android.com/apk/res-auto"
- xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item
- android:id="@+id/menu_sort_by"
- android:title="@string/menu_sort_by"
- app:showAsAction="never">
- <menu>
- <item
- android:id="@+id/menu_sort_by_az"
- android:title="@string/sort_order_entry_az"/>
- <item
- android:id="@+id/menu_sort_by_za"
- android:title="@string/sort_order_entry_za"/>
- <item
- android:id="@+id/menu_sort_by_year"
- android:title="@string/sort_order_entry_year"/>
- <item
- android:id="@+id/menu_sort_by_number_of_songs"
- android:title="@string/sort_order_entry_number_of_songs"/>
- </menu>
- </item>
-
-</menu>
\ No newline at end of file
diff --git a/res/menu/artist_song_sort_by.xml b/res/menu/artist_song_sort_by.xml
deleted file mode 100644
index 3de99bc..0000000
--- a/res/menu/artist_song_sort_by.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
-
- 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:app="http://schemas.android.com/apk/res-auto"
- xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item
- android:id="@+id/menu_sort_by"
- android:title="@string/menu_sort_by"
- app:showAsAction="never">
- <menu>
- <item
- android:id="@+id/menu_sort_by_az"
- android:title="@string/sort_order_entry_az"/>
- <item
- android:id="@+id/menu_sort_by_za"
- android:title="@string/sort_order_entry_za"/>
- <item
- android:id="@+id/menu_sort_by_year"
- android:title="@string/sort_order_entry_year"/>
- <item
- android:id="@+id/menu_sort_by_album"
- android:title="@string/sort_order_entry_album"/>
- <item
- android:id="@+id/menu_sort_by_duration"
- android:title="@string/sort_order_entry_duration"/>
- <item
- android:id="@+id/menu_sort_by_date_added"
- android:title="@string/sort_order_entry_date_added"/>
- <item
- android:id="@+id/menu_sort_by_filename"
- android:title="@string/sort_order_entry_filename"/>
- </menu>
- </item>
-
-</menu>
\ No newline at end of file
diff --git a/res/menu/artist_sort_by.xml b/res/menu/artist_sort_by.xml
index d9f288f..4683203 100644
--- a/res/menu/artist_sort_by.xml
+++ b/res/menu/artist_sort_by.xml
@@ -19,7 +19,6 @@
xmlns:android="http://schemas.android.com/apk/res/android" >
<item
- android:id="@+id/menu_sort_by"
android:orderInCategory="200"
android:title="@string/menu_sort_by"
app:showAsAction="never">
@@ -39,4 +38,4 @@
</menu>
</item>
-</menu>
\ No newline at end of file
+</menu>
diff --git a/res/menu/song_sort_by.xml b/res/menu/song_sort_by.xml
index 7ee527a..4cd5d4b 100644
--- a/res/menu/song_sort_by.xml
+++ b/res/menu/song_sort_by.xml
@@ -19,7 +19,6 @@
xmlns:android="http://schemas.android.com/apk/res/android" >
<item
- android:id="@+id/menu_sort_by"
android:orderInCategory="200"
android:title="@string/menu_sort_by"
app:showAsAction="never">
@@ -48,4 +47,4 @@
</menu>
</item>
-</menu>
\ No newline at end of file
+</menu>
diff --git a/res/transition/explode.xml b/res/transition/explode.xml
deleted file mode 100644
index ba135b2..0000000
--- a/res/transition/explode.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-<explode xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="300"/>
diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml
index 0661fb7..01aa44d 100644
--- a/res/values-night/colors.xml
+++ b/res/values-night/colors.xml
@@ -18,7 +18,6 @@
<!-- Material -->
<color name="primary">#212121</color>
<color name="primary_dark">#121212</color>
- <color name="primary_light">#333333</color>
<color name="accent">#1ddbc5</color>
<!-- Standard Text Color -->
@@ -27,8 +26,6 @@
<!-- Cards -->
<color name="cards_bg_color">#333333</color>
- <color name="cardOne">@color/white</color>
- <color name="cardTwo">@color/white</color>
<!-- Transparent colors -->
<color name="background_color">#121212</color>
@@ -50,10 +47,8 @@
<color name="menu_text_color">@color/white</color>
<!-- List view related colors -->
- <color name="list_item_background">#ff000000</color>
<color name="list_item_header_text_color">@color/white</color>
<!-- Separated and exposed values for themes -->
<color name="widget_background_color">@color/black</color>
- <color name="list_base_container_background_color">@color/black</color>
</resources>
diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml
deleted file mode 100644
index c6900a6..0000000
--- a/res/values-sw600dp/dimens.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 Andrew Neal
-
- 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.
--->
-<resources>
-
- <!-- List item detailed height -->
- <dimen name="list_item_detailed_height">164.0dip</dimen>
-
-</resources>
\ No newline at end of file
diff --git a/res/values/appmsg_colors.xml b/res/values/appmsg_colors.xml
deleted file mode 100644
index 5c0fe10..0000000
--- a/res/values/appmsg_colors.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 Andrew Neal
-
- 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.
- -->
-<resources>
-
- <color name="alert">@color/red</color>
- <color name="confirm">@color/orange</color>
- <color name="info">@color/green</color>
-
-</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 4cf34ae..5288d6a 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -19,12 +19,10 @@
<!-- Material -->
<color name="primary">#ffffff</color>
<color name="primary_dark">#ffffff</color>
- <color name="primary_light">#ffffff</color>
<color name="accent">#167C80</color>
<!-- Main colors -->
<color name="black">#000000</color>
- <color name="semitransparent_black">#a0333333</color>
<color name="white">#ffffff</color>
<color name="grey">#9e9e9e</color>
<color name="grey_dark">#616161</color>
@@ -51,14 +49,9 @@
<!-- Cards -->
<color name="cards_bg_color">#ffffff</color>
- <color name="cardOne">@color/black</color>
- <color name="cardTwo">@color/black</color>
<!-- Transparent colors -->
<color name="transparent">#00000000</color>
- <color name="transparent_black">#99212121</color>
- <color name="transparent_white">#99fafafa</color>
- <color name="transparent_blue">#993F51B5</color>
<color name="background_color">@color/white</color>
@@ -75,13 +68,10 @@
<color name="header_shadow_color">#eaffffff</color>
<!-- Color for the pop up menu -->
- <color name="menu_divider_color">@color/transparent</color>
<color name="menu_text_color">@color/black</color>
<!-- List view related colors -->
- <color name="list_item_background">#4cffffff</color>
<color name="list_item_header_text_color">@color/black</color>
- <color name="list_item_search_footer_text_color">@color/accent</color>
<color name="list_item_text_color">@color/default_text_color</color>
<color name="list_item_text_color_light">@color/default_text_color_light</color>
<color name="list_item_divider_color">#4c212121</color>
@@ -90,14 +80,12 @@
<!-- Top title page colors -->
<color name="tab_ripple_color">@color/accent</color>
- <color name="tab_accent_color">@color/accent</color>
<color name="tab_selected_underline_color">@color/accent</color>
<!-- Search Colors -->
<color name="search_hint_color">@color/accent</color>
<!-- Color for the text on the audio player -->
- <color name="audio_player_text_color">@color/default_text_color_light</color>
<!-- Color for the Progress bar -->
<color name="circular_progress_bar_background">#40ffffff</color>
@@ -106,8 +94,6 @@
<!-- search no results text color -->
<color name="no_results_light">#ffffff</color>
- <color name="now_playing_divider">@color/transparent</color>
-
<!-- App widget colors -->
<color name="widget_text">@color/default_text_color</color>
@@ -146,22 +132,15 @@
<!-- Separated and exposed values for themes -->
<color name="widget_background_color">@color/white</color>
- <color name="list_base_container_background_color">@color/white</color>
<color name="activity_album_detail_background_color">@color/background_color</color>
<color name="activity_artist_detail_background_color">@color/background_color</color>
<color name="activity_base_background_color">@color/background_color</color>
- <color name="artist_detail_header_background_color">@color/background_color</color>
<color name="album_detail_title_text_color">@color/default_text_color</color>
<color name="album_detail_song_count_and_year_text_color">@color/default_text_color</color>
<color name="album_detail_genre_text_color">@color/default_text_color</color>
<color name="album_detail_duration_text_color">@color/default_text_color</color>
- <color name="app_msg_text_color">?android:textColorPrimaryInverse</color>
- <color name="artist_detail_album_title_text_color">@color/cardOne</color>
- <color name="artist_detail_album_year_text_color">@color/cardTwo</color>
<color name="artist_detail_header_albums_label_text_color">@color/list_item_header_text_color</color>
<color name="artist_detail_header_songs_label_text_color">@color/list_item_header_text_color</color>
- <color name="grid_items_normal_line_one">@color/cardOne</color>
- <color name="grid_items_normal_line_two">@color/cardTwo</color>
<color name="position_number_color">@color/white</color>
<color name="audio_player_lyrics_text_color">@color/white</color>
<color name="audio_player_current_time_color">@color/white</color>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 7a95dea..c25806a 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -23,8 +23,6 @@
<dimen name="text_size_small">14sp</dimen>
<dimen name="text_size_medium">16sp</dimen>
<dimen name="text_size_large">22sp</dimen>
- <dimen name="text_size_x_large">24sp</dimen>
- <dimen name="text_size_dayum">34sp</dimen>
<!-- Frequently used spacing between elements in many layouts -->
<dimen name="standard_padding">16.0dp</dimen>
@@ -35,29 +33,14 @@
<!-- List and grid view padding -->
<dimen name="list_preferred_item_padding">14.0dip</dimen>
- <dimen name="list_menu_item_padding_right">4.0dip</dimen>
<dimen name="list_item_general_margin">16.0dip</dimen>
- <dimen name="list_item_menu_button_width">24.0dip</dimen>
- <dimen name="list_item_menu_button_height">30.0dip</dimen>
<dimen name="list_item_padding_top">12.0dip</dimen>
<dimen name="list_item_padding_bottom">12.0dip</dimen>
<dimen name="list_item_header_size">16.0sp</dimen>
- <dimen name="list_item_footer_size">18.0sp</dimen>
<dimen name="list_item_main_text_size">@dimen/text_size_small</dimen>
<dimen name="list_item_secondary_text_size">@dimen/text_size_micro</dimen>
<dimen name="list_item_queue_text_padding_left">15.0dip</dimen>
- <!-- List view fast scroll padding left -->
- <dimen name="fast_scroll_padding_left">8dp</dimen>
- <!-- List view fast scroll padding right -->
- <dimen name="fast_scroll_padding_right">8dp</dimen>
- <!-- grid view vertical and horizontal spacing -->
- <dimen name="grid_item_horizontal_spacing">8dp</dimen>
- <dimen name="grid_item_vertical_spacing">8dp</dimen>
- <!-- List item detailed height -->
- <dimen name="list_item_detailed_height">128dp</dimen>
- <!-- Top margin of "line_two" -->
- <dimen name="list_item_line_two_margin_top">8dp</dimen>
<!-- Left padding in the grid text -->
<dimen name="grid_item_padding_left">8dp</dimen>
<dimen name="grid_item_padding_right">8dp</dimen>
@@ -65,7 +48,6 @@
<dimen name="grid_bottom_height">56dip</dimen>
<!-- Grid and list item normal height -->
<dimen name="item_normal_height">70.0dip</dimen>
- <dimen name="item_short_height">60.0dip</dimen>
<dimen name="list_item_image_height">50.0dip</dimen>
<dimen name="list_item_image_width">50.0dip</dimen>
<dimen name="list_item_top_track_image_size">26.0dip</dimen>
@@ -74,42 +56,19 @@
<!-- Bottom Action Bar -->
<dimen name="bottom_action_bar_height">50.0dip</dimen>
- <dimen name="bottom_action_bar_item_width">56.0dip</dimen>
- <dimen name="bottom_action_bar_item_padding_left">12.0dip</dimen>
- <dimen name="bottom_action_bar_item_padding_right">12.0dip</dimen>
- <dimen name="bottom_action_bar_album_art_width">30.0dip</dimen>
- <dimen name="bottom_action_bar_album_art_height">30.0dip</dimen>
<dimen name="bottom_action_bar_info_padding_left">5.0dip</dimen>
<dimen name="bab_progress_size">35.0dip</dimen>
<dimen name="bab_progress_padding_left">16.0dip</dimen>
<dimen name="bab_progress_padding_right">22.0dip</dimen>
<!-- Notification template -->
- <dimen name="notification_big_icon_height">64.0dip</dimen>
- <dimen name="notification_big_icon_width">64.0dip</dimen>
<dimen name="notification_info_container_padding_left">8.0dip</dimen>
- <dimen name="notification_info_container_padding_bottom">4.0dip</dimen>
- <dimen name="notification_action_padding">8.0dip</dimen>
- <dimen name="notification_action_height">48.0dip</dimen>
- <dimen name="notification_action_width">48.0dip</dimen>
<!-- Notification template expanded -->
- <dimen name="notification_expanded_height">128dp</dimen>
- <dimen name="notification_expanded_buttons_divider_padding">1dip</dimen>
- <dimen name="notification_expanded_button_height">48dp</dimen>
<dimen name="notification_expanded_button_padding">10dp</dimen>
- <dimen name="notification_expanded_content_padding_top">8dp</dimen>
- <dimen name="notification_expanded_collapse_padding">8dp</dimen>
- <!-- Height of the shadow asset under the photo -->
- <dimen name="profile_photo_shadow_height">10.0dip</dimen>
- <!-- Height of the text label in the carousel -->
- <dimen name="profile_carousel_label_height">45.0dip</dimen>
- <dimen name="profile_indicator_height">5.0dip</dimen>
- <dimen name="profile_label_padding">16.0dip</dimen>
<!-- playlist detail header -->
<dimen name="playlist_detail_header_height">240.0dip</dimen>
- <dimen name="faux_playlist_detail_header_height">190.0dip</dimen>
<dimen name="playlist_detail_header_bottom_height">40.0dip</dimen>
<!-- Audio player Buttons (play/pause/shuffle/repeat/next/previous)-->
@@ -118,56 +77,22 @@
<dimen name="audio_player_controls_end_button_margin">18.0dip</dimen>
<dimen name="audio_player_controls_main_button_width">100.0dip</dimen>
<dimen name="audio_player_controls_main_button_height">100.0dip</dimen>
- <dimen name="audio_player_controls_top_button_width">26.0dip</dimen>
- <dimen name="audio_player_controls_top_button_height">30.0dip</dimen>
- <dimen name="audio_player_controls_side_width">83.0dip</dimen>
- <dimen name="audio_player_control_padding_top">26.0dip</dimen>
-
- <!-- Audio player track text settings-->
- <dimen name="audio_player_track_name_padding_side">36.0dip</dimen>
- <dimen name="audio_player_header_padding_bottom">15.0dip</dimen>
- <dimen name="audio_player_track_text_size">14sp</dimen>
<!-- Audio player time text settings-->
- <dimen name="audio_player_time_text_padding">3.0dip</dimen>
<dimen name="audio_player_time_text_size">@dimen/text_size_micro</dimen>
- <dimen name="audio_player_divider_length">86.0dip</dimen>
- <dimen name="audio_player_divider_height">1.0dip</dimen>
- <dimen name="audio_player_divider_horizontal_offset">8.0dip</dimen>
-
<!-- App Widgets -->
<dimen name="app_widget_large_min_width">250dp</dimen>
<dimen name="app_widget_large_min_height">110dp</dimen>
- <dimen name="app_widget_scrollable_min_height">70dp</dimen>
- <dimen name="app_widget_scrollable_min_resize_height">110dp</dimen>
<dimen name="app_widget_large_alternate_artwork_size">80dp</dimen>
<dimen name="app_widget_small_min_width">80dp</dimen>
<dimen name="app_widget_small_min_height">80dp</dimen>
- <dimen name="app_widget_small_info_container_padding_left">8dp</dimen>
- <dimen name="app_widget_small_info_container_padding_right">8dp</dimen>
- <dimen name="app_widget_small_artwork_size">56dp</dimen>
- <dimen name="app_widget_small_button_padding">8dp</dimen>
- <dimen name="app_widget_small_button_height">48dp</dimen>
- <dimen name="app_widget_tiny_height">70dp</dimen>
- <dimen name="app_widget_tiny_width">70dp</dimen>
- <dimen name="app_widget_padding">0dp</dimen>
- <dimen name="app_widget_bottom_margin">4dp</dimen>
<dimen name="app_widget_radius">8dp</dimen>
- <!-- Shadow height -->
- <dimen name="shadow_height">5.0dip</dimen>
-
- <!-- Colorstrip -->
- <dimen name="colorstrip_height">2.0dip</dimen>
-
<!-- Drag and drop -->
<dimen name="drag_and_drop_width">24.0dip</dimen>
<dimen name="drag_and_drop_height">50.0dip</dimen>
- <!-- Color scheme dialog -->
- <dimen name="color_scheme_dialog_row_padding">8.0dip</dimen>
-
<!-- Sliding Panel -->
<dimen name="sliding_panel_indicator_height">60.0dip</dimen>
<dimen name="sliding_panel_shadow_height">0.0dip</dimen>
@@ -176,12 +101,7 @@
<dimen name="header_bar_height">56.0dip</dimen>
<dimen name="header_bar_up_width">30.0dip</dimen>
<dimen name="header_bar_menu_button_width">38.0dip</dimen>
- <dimen name="header_bar_custom_button_width">48.0dip</dimen>
<dimen name="header_bar_button_height">48.0dip</dimen>
- <dimen name="header_bar_button_padding_small">5.0dip</dimen>
- <dimen name="header_bar_button_padding_large">10.0dip</dimen>
- <dimen name="header_bar_padding_left">16.0dp</dimen>
- <dimen name="header_bar_button_container_padding">8.0dp</dimen>
<!-- Title Page Indicator Settings -->
<dimen name="tpi_height">48dp</dimen>
@@ -215,9 +135,4 @@
<dimen name="preview_layout_margin">20dp</dimen>
<dimen name="preview_title_textSize">12sp</dimen>
<dimen name="preview_artist_textSize">10sp</dimen>
-
- <!-- Audio Player Controls Card -->
- <dimen name="audio_player_controls_card_corner_radius">2dp</dimen>
- <dimen name="audio_player_controls_card_content_padding">8dp</dimen>
- <dimen name="audio_player_controls_card_elevation">4dp</dimen>
</resources>
diff --git a/res/values/fractions.xml b/res/values/fractions.xml
deleted file mode 100644
index 8daab11..0000000
--- a/res/values/fractions.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 Andrew Neal
-
- 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.
- -->
-<resources>
-
- <item name="tab_width_screen_percentage" type="fraction">75.0%</item>
- <item name="tab_height_screen_percentage" type="fraction">42.0%</item>
-
-</resources>
diff --git a/res/values/plurals.xml b/res/values/plurals.xml
index 9c0123f..0b706fb 100644
--- a/res/values/plurals.xml
+++ b/res/values/plurals.xml
@@ -17,10 +17,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Used to indicate the number of artists -->
- <plurals name="Nartists">
- <item quantity="one"><xliff:g id="count">%d</xliff:g> artist</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> artists</item>
- </plurals>
<!-- Used to indicate the number of albums for an artist -->
<plurals name="Nalbums">
@@ -36,10 +32,6 @@
</plurals>
<!-- Used to indicate the number of genres -->
- <plurals name="Ngenres">
- <item quantity="one"><xliff:g id="count">%d</xliff:g> genre</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> genres</item>
- </plurals>
<!-- Used to show a shortened version of hours-->
<plurals name="Nhours">
@@ -70,10 +62,6 @@
</plurals>
<!-- Toasts after adding song(s) to the favorites list -->
- <plurals name="NNNtrackstofavorites">
- <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> song added to favorites.</item>
- <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to favorites.</item>
- </plurals>
<!-- Toast confirming that song(s) was/were deleted. -->
<plurals name="NNNtracksdeleted">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 28a282a..279f16e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -21,18 +21,14 @@
<string name="app_name">Music</string>
<!-- Page titles -->
- <string name="page_recent">Recent</string>
<string name="page_artists">Artists</string>
<string name="page_albums">Albums</string>
<string name="page_songs">Songs</string>
<string name="page_playlists">Playlists</string>
- <string name="page_genres">Genres</string>
- <string name="page_now_playing">Now Playing</string>
<string name="page_play_queue">Play Queue</string>
<!-- Section Headers -->
<string name="header_albums">Albums</string>
- <string name="header_top_songs">Top Songs</string>
<string name="header_all_songs">All Songs</string>
<!-- Option menu items -->
@@ -45,10 +41,8 @@
<string name="menu_shuffle_top_tracks">Shuffle top tracks</string>
<string name="menu_shuffle_recent">Shuffle recently played</string>
<string name="menu_shuffle_last_added">Shuffle last added</string>
- <string name="menu_play_all">Play all</string>
<string name="menu_sort_by">Sort by</string>
<string name="menu_clear_list">Clear list</string>
- <string name="menu_clear_recents">Clear recent</string>
<string name="menu_clear_queue">Clear queue</string>
<string name="menu_save_queue">Save queue to playlist</string>
<string name="menu_equalizer">Equalizer</string>
@@ -56,7 +50,6 @@
<!-- Playlist items -->
<string name="add_to_playlist">Add to playlist</string>
<string name="add_to_queue">Add to queue</string>
- <string name="remove_from_recent">Remove from recent</string>
<string name="remove_from_queue">Remove from queue</string>
<!-- Sort orders -->
@@ -66,8 +59,6 @@
<string name="sort_order_entry_album">Album</string>
<string name="sort_order_entry_year">Year</string>
<string name="sort_order_entry_duration">Duration</string>
- <string name="sort_order_entry_date_added">Date added</string>
- <string name="sort_order_entry_track_list">Track list</string>
<string name="sort_order_entry_number_of_songs">Number of songs</string>
<string name="sort_order_entry_number_of_albums">Number of albums</string>
<string name="sort_order_entry_filename">Filename</string>
@@ -118,12 +109,9 @@
<string name="accessibility_repeat">Repeat</string>
<string name="accessibility_repeat_all">Repeat all</string>
<string name="accessibility_repeat_one">Repeat one</string>
- <string name="accessibility_queue">Open queue</string>
- <string name="accessibility_browse">Browse music</string>
<!-- Toast messages -->
<string name="set_as_ringtone">\'<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\' set as ringtone</string>
- <string name="playlist_renamed">Playlist renamed</string>
<!-- Settings -->
<string name="settings_storage_category">Storage</string>
@@ -141,13 +129,9 @@
<string name="app_widget_small">Music: 4 \u00d7 1</string>
<string name="app_widget_large">Music: 4 \u00d7 2</string>
<string name="app_widget_large_alt">Music: 4 \u00d7 2 (alternate)</string>
- <string name="app_widget_recent">Music: recently listened</string>
- <string name="app_widget_text_separator" translatable="false">-</string>
<!-- Empty list / error messages -->
<string name="no_effects_for_you">The equalizer could not be opened.</string>
- <string name="empty_music">To copy music from your computer to your device, use a USB cable.</string>
- <string name="empty_favorite">Songs you mark as favorites will be shown here.</string>
<string name="empty_recent_main">No recent songs</string>
<string name="empty_recent">Songs you have listened to recently will show up here.</string>
<string name="empty_playlist_main">No songs in playlist</string>
@@ -184,16 +168,6 @@
<string name="header_other">"Other"</string>
- <string name="footer_search_artists">Show all artists</string>
- <string name="footer_search_albums">Show all albums</string>
- <string name="footer_search_songs">Show all songs</string>
- <string name="footer_search_playlists">Show all playlists</string>
-
- <string name="search_title_artists">All \"%s\" artists</string>
- <string name="search_title_albums">All \"%s\" albums</string>
- <string name="search_title_songs">All \"%s\" songs</string>
- <string name="search_title_playlists">All \"%s\" playlists</string>
-
<string name="duration_format"><xliff:g id="hours">%1$s</xliff:g> <xliff:g id="minutes">%2$s</xliff:g></string>
<string name="channel_music">Music playback</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 04a289d..9e3a7fe 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -86,14 +86,6 @@
<item name="android:background">@color/header_action_bar_color</item>
</style>
- <!-- Sets the action bar menu icon -->
- <style name="ActionOverFlowButton" parent="@style/Widget.AppCompat.ActionButton">
- <item name="android:src">@drawable/menu_button_light</item>
- <item name="android:minWidth">0dip</item>
- <item name="android:paddingLeft">8dip</item>
- <item name="android:paddingRight">8dip</item>
- </style>
-
<!-- The list item main text style/color -->
<style name="ListItemMainText">
<item name="android:textColor">@color/list_item_text_color</item>
@@ -137,15 +129,6 @@
</style>
<!-- Shortcut Activity theme -->
- <style name="Theme.Transparent" parent="@style/Theme.AppCompat.NoActionBar">
- <item name="android:windowIsTranslucent">true</item>
- <item name="android:windowBackground">@color/transparent</item>
- <item name="android:windowContentOverlay">@null</item>
- <item name="android:windowNoTitle">true</item>
- <item name="android:windowIsFloating">true</item>
- <item name="android:backgroundDimEnabled">false</item>
- </style>
-
<style name="Theme.AudioPreview" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@color/transparent</item>
@@ -185,17 +168,6 @@
<item name="android:textSize">@dimen/text_size_extra_micro</item>
</style>
- <!-- Bottom Action Bar Image Buttons -->
- <style name="BottomActionBarItem">
- <item name="android:layout_weight">1</item>
- <item name="android:layout_width">0dp</item>
- <item name="android:layout_height">match_parent</item>
- <item name="android:gravity">center|right</item>
- <item name="android:paddingLeft">@dimen/bottom_action_bar_item_padding_left</item>
- <item name="android:paddingRight">@dimen/bottom_action_bar_item_padding_right</item>
- <item name="android:scaleType">centerInside</item>
- </style>
-
<style name="HeaderTabTextStyle" parent="android:style/Widget.Material.ActionBar.TabText">
<item name="android:textColor">@color/tab_text_color</item>
<item name="android:textSize">@dimen/tab_text_size</item>