summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/drawable-anydpi-v26/ic_shortcut_feed.xml9
-rw-r--r--core/src/main/res/drawable-anydpi-v26/ic_shortcut_playlist.xml9
-rw-r--r--core/src/main/res/drawable-anydpi-v26/ic_shortcut_refresh.xml9
-rw-r--r--core/src/main/res/drawable-anydpi-v26/ic_shortcut_subscriptions.xml9
-rw-r--r--core/src/main/res/drawable/bg_blue_gradient.xml10
-rw-r--r--core/src/main/res/drawable/bg_circle.xml6
-rw-r--r--core/src/main/res/drawable/bg_drawer_item.xml20
-rw-r--r--core/src/main/res/drawable/bg_gradient.xml10
-rw-r--r--core/src/main/res/drawable/bg_pill.xml7
-rw-r--r--core/src/main/res/drawable/bg_rounded_corners.xml6
-rw-r--r--core/src/main/res/drawable/ic_shortcut_feed.xml7
-rw-r--r--core/src/main/res/drawable/ic_shortcut_playlist.xml7
-rw-r--r--core/src/main/res/drawable/ic_shortcut_refresh.xml7
-rw-r--r--core/src/main/res/drawable/ic_shortcut_subscriptions.xml7
-rw-r--r--core/src/main/res/layout/more_content_list_footer.xml36
-rw-r--r--core/src/main/res/layout/popup_bubble_view.xml41
-rw-r--r--core/src/main/res/values/arrays.xml277
-rw-r--r--core/src/main/res/values/ids.xml17
-rw-r--r--core/src/main/res/values/keycodes.xml9
19 files changed, 0 insertions, 503 deletions
diff --git a/core/src/main/res/drawable-anydpi-v26/ic_shortcut_feed.xml b/core/src/main/res/drawable-anydpi-v26/ic_shortcut_feed.xml
deleted file mode 100644
index ae080d335..000000000
--- a/core/src/main/res/drawable-anydpi-v26/ic_shortcut_feed.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@color/grey100" />
- <foreground>
- <inset
- android:drawable="@drawable/ic_feed_black"
- android:inset="33.3%" />
- </foreground>
-</adaptive-icon> \ No newline at end of file
diff --git a/core/src/main/res/drawable-anydpi-v26/ic_shortcut_playlist.xml b/core/src/main/res/drawable-anydpi-v26/ic_shortcut_playlist.xml
deleted file mode 100644
index 5d3ce4954..000000000
--- a/core/src/main/res/drawable-anydpi-v26/ic_shortcut_playlist.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@color/grey100" />
- <foreground>
- <inset
- android:drawable="@drawable/ic_playlist_play_black"
- android:inset="33.3%" />
- </foreground>
-</adaptive-icon> \ No newline at end of file
diff --git a/core/src/main/res/drawable-anydpi-v26/ic_shortcut_refresh.xml b/core/src/main/res/drawable-anydpi-v26/ic_shortcut_refresh.xml
deleted file mode 100644
index 1a7752443..000000000
--- a/core/src/main/res/drawable-anydpi-v26/ic_shortcut_refresh.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@color/grey100" />
- <foreground>
- <inset
- android:drawable="@drawable/ic_refresh_black"
- android:inset="33.3%" />
- </foreground>
-</adaptive-icon> \ No newline at end of file
diff --git a/core/src/main/res/drawable-anydpi-v26/ic_shortcut_subscriptions.xml b/core/src/main/res/drawable-anydpi-v26/ic_shortcut_subscriptions.xml
deleted file mode 100644
index 10f437917..000000000
--- a/core/src/main/res/drawable-anydpi-v26/ic_shortcut_subscriptions.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@color/grey100" />
- <foreground>
- <inset
- android:drawable="@drawable/ic_subscriptions_black"
- android:inset="33.3%" />
- </foreground>
-</adaptive-icon> \ No newline at end of file
diff --git a/core/src/main/res/drawable/bg_blue_gradient.xml b/core/src/main/res/drawable/bg_blue_gradient.xml
deleted file mode 100644
index 8ae045b6d..000000000
--- a/core/src/main/res/drawable/bg_blue_gradient.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
- <gradient
- android:angle="90"
- android:endColor="@color/gradient_025"
- android:startColor="@color/gradient_075"
- android:type="linear" />
- <corners
- android:radius="0dp"/>
-</shape>
diff --git a/core/src/main/res/drawable/bg_circle.xml b/core/src/main/res/drawable/bg_circle.xml
deleted file mode 100644
index 0957db5e4..000000000
--- a/core/src/main/res/drawable/bg_circle.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="?attr/colorPrimary" />
- <corners android:radius="30dp" />
- <size android:width="60dp" android:height="60dp"/>
-</shape>
diff --git a/core/src/main/res/drawable/bg_drawer_item.xml b/core/src/main/res/drawable/bg_drawer_item.xml
deleted file mode 100644
index 40727bf50..000000000
--- a/core/src/main/res/drawable/bg_drawer_item.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ripple xmlns:android="http://schemas.android.com/apk/res/android" android:color="?attr/colorSurfaceVariant">
- <item android:id="@android:id/mask">
- <shape android:shape="rectangle">
- <solid android:color="@color/black"/>
- <corners android:radius="32dp"/>
- </shape>
- </item>
- <item>
- <selector>
- <item android:state_selected="true">
- <shape android:shape="rectangle">
- <solid android:color="?attr/colorSurfaceVariant"/>
- <corners android:radius="32dp"/>
- </shape>
- </item>
- <item android:drawable="@android:color/transparent" />
- </selector>
- </item>
-</ripple>
diff --git a/core/src/main/res/drawable/bg_gradient.xml b/core/src/main/res/drawable/bg_gradient.xml
deleted file mode 100644
index 5022240b3..000000000
--- a/core/src/main/res/drawable/bg_gradient.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
- <gradient
- android:angle="90"
- android:endColor="#00ffffff"
- android:startColor="#ffffffff"
- android:type="linear" />
- <corners
- android:radius="0dp"/>
-</shape> \ No newline at end of file
diff --git a/core/src/main/res/drawable/bg_pill.xml b/core/src/main/res/drawable/bg_pill.xml
deleted file mode 100644
index f5865ccff..000000000
--- a/core/src/main/res/drawable/bg_pill.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <stroke
- android:width="1dp"
- android:color="?attr/colorPrimary" />
- <corners android:radius="20dp" />
-</shape> \ No newline at end of file
diff --git a/core/src/main/res/drawable/bg_rounded_corners.xml b/core/src/main/res/drawable/bg_rounded_corners.xml
deleted file mode 100644
index 11b7710c4..000000000
--- a/core/src/main/res/drawable/bg_rounded_corners.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <corners android:radius="8dp" />
-</shape>
diff --git a/core/src/main/res/drawable/ic_shortcut_feed.xml b/core/src/main/res/drawable/ic_shortcut_feed.xml
deleted file mode 100644
index fa5a0267c..000000000
--- a/core/src/main/res/drawable/ic_shortcut_feed.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_shortcut_background" />
- <item
- android:drawable="@drawable/ic_feed_black"
- android:gravity="center" />
-</layer-list> \ No newline at end of file
diff --git a/core/src/main/res/drawable/ic_shortcut_playlist.xml b/core/src/main/res/drawable/ic_shortcut_playlist.xml
deleted file mode 100644
index 8d01f24a3..000000000
--- a/core/src/main/res/drawable/ic_shortcut_playlist.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_shortcut_background" />
- <item
- android:drawable="@drawable/ic_playlist_play_black"
- android:gravity="center" />
-</layer-list>
diff --git a/core/src/main/res/drawable/ic_shortcut_refresh.xml b/core/src/main/res/drawable/ic_shortcut_refresh.xml
deleted file mode 100644
index 2f1b37337..000000000
--- a/core/src/main/res/drawable/ic_shortcut_refresh.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_shortcut_background" />
- <item
- android:drawable="@drawable/ic_refresh_black"
- android:gravity="center" />
-</layer-list> \ No newline at end of file
diff --git a/core/src/main/res/drawable/ic_shortcut_subscriptions.xml b/core/src/main/res/drawable/ic_shortcut_subscriptions.xml
deleted file mode 100644
index b932aebaf..000000000
--- a/core/src/main/res/drawable/ic_shortcut_subscriptions.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_shortcut_background" />
- <item
- android:drawable="@drawable/ic_subscriptions_black"
- android:gravity="center" />
-</layer-list> \ No newline at end of file
diff --git a/core/src/main/res/layout/more_content_list_footer.xml b/core/src/main/res/layout/more_content_list_footer.xml
deleted file mode 100644
index a3fcd5489..000000000
--- a/core/src/main/res/layout/more_content_list_footer.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:id="@+id/more_content_list_footer"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:foreground="?attr/selectableItemBackground"
- android:background="?android:attr/colorBackground"
- android:gravity="center"
- android:padding="8dp">
-
- <ImageView
- android:id="@+id/imgExpand"
- android:layout_width="16dp"
- android:layout_height="16dp"
- android:layout_gravity="center"
- android:contentDescription="@string/load_next_page_label"
- app:srcCompat="@drawable/ic_load_more" />
-
- <ProgressBar
- android:id="@+id/progBar"
- android:layout_width="16dp"
- android:layout_height="16dp"
- android:indeterminateOnly="true"
- android:visibility="gone" />
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/load_next_page_label"
- android:textColor="?android:attr/textColorPrimary"
- android:layout_marginLeft="8dp"
- android:layout_marginRight="8dp" />
-
-</LinearLayout>
diff --git a/core/src/main/res/layout/popup_bubble_view.xml b/core/src/main/res/layout/popup_bubble_view.xml
deleted file mode 100644
index 7dee08eb5..000000000
--- a/core/src/main/res/layout/popup_bubble_view.xml
+++ /dev/null
@@ -1,41 +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:orientation="vertical"
- android:padding="16dp">
-
- <TextView
- android:id="@+id/balloon_message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textColor="?attr/colorOnSecondary"
- android:lines="3" />
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_marginTop="4dp"
- android:gravity="end">
-
- <Button
- android:id="@+id/balloon_button_negative"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="?attr/colorOnSecondary"
- android:text="@string/no"
- style="@style/Widget.MaterialComponents.Button.TextButton" />
-
- <Button
- android:id="@+id/balloon_button_positive"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="?attr/colorOnSecondary"
- android:text="@string/yes"
- style="@style/Widget.MaterialComponents.Button.TextButton" />
-
- </LinearLayout>
-
-</LinearLayout>
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
deleted file mode 100644
index a4f5d7f38..000000000
--- a/core/src/main/res/values/arrays.xml
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string-array name="spnAutoDeleteItems">
- <item>@string/global_default</item>
- <item>@string/feed_auto_download_always</item>
- <item>@string/feed_auto_download_never</item>
- </string-array>
-
- <string-array name="spnAutoDeleteValues">
- <item>global</item>
- <item>always</item>
- <item>never</item>
- </string-array>
-
- <string-array name="spnVolumeAdaptationItems">
- <item>@string/feed_volume_reduction_heavy</item>
- <item>@string/feed_volume_reduction_light</item>
- <item>@string/feed_volume_reduction_off</item>
- <item>@string/feed_volume_boost_light</item>
- <item>@string/feed_volume_boost_medium</item>
- <item>@string/feed_volume_boost_heavy</item>
- </string-array>
-
- <string-array name="spnVolumeAdaptationValues">
- <item>heavy</item>
- <item>light</item>
- <item>off</item>
- <item>light_boost</item>
- <item>medium_boost</item>
- <item>heavy_boost</item>
- </string-array>
-
- <string-array name="feed_refresh_interval_entries">
- <item>@string/feed_refresh_never</item>
- <item>@string/feed_every_hour</item>
- <item>@string/feed_every_2_hours</item>
- <item>@string/feed_every_4_hours</item>
- <item>@string/feed_every_8_hours</item>
- <item>@string/feed_every_12_hours</item>
- <item>@string/feed_every_24_hours</item>
- <item>@string/feed_every_72_hours</item>
- </string-array>
-
- <string-array name="feed_refresh_interval_values">
- <item>0</item>
- <item>1</item>
- <item>2</item>
- <item>4</item>
- <item>8</item>
- <item>12</item>
- <item>24</item>
- <item>72</item>
- </string-array>
-
- <string-array name="globalNewEpisodesActionItems">
- <item>@string/feed_new_episodes_action_add_to_inbox</item>
- <item>@string/feed_new_episodes_action_add_to_queue</item>
- <item>@string/feed_new_episodes_action_nothing</item>
- </string-array>
-
- <string-array name="globalNewEpisodesActionValues">
- <item>1</item>
- <item>3</item>
- <item>2</item>
- </string-array>
-
- <string-array name="feedNewEpisodesActionItems">
- <item>@string/global_default</item>
- <item>@string/feed_new_episodes_action_add_to_inbox</item>
- <item>@string/feed_new_episodes_action_add_to_queue</item>
- <item>@string/feed_new_episodes_action_nothing</item>
- </string-array>
-
- <string-array name="feedNewEpisodesActionValues">
- <item>0</item>
- <item>1</item>
- <item>3</item>
- <item>2</item>
- </string-array>
-
- <string-array name="smart_mark_as_played_values">
- <item>0</item>
- <item>15</item>
- <item>30</item>
- <item>60</item>
- <item>120</item>
- <item>300</item>
- </string-array>
-
-
- <integer-array name="seek_delta_values">
- <item>5</item>
- <item>10</item>
- <item>15</item>
- <item>20</item>
- <item>30</item>
- <item>45</item>
- <item>60</item>
- </integer-array>
-
- <string-array name="episode_cache_size_entries">
- <item>5</item>
- <item>10</item>
- <item>25</item>
- <item>50</item>
- <item>100</item>
- <item>500</item>
- <item>@string/pref_episode_cache_unlimited</item>
- </string-array>
-
- <string-array name="episode_cache_size_values">
- <item>5</item>
- <item>10</item>
- <item>25</item>
- <item>50</item>
- <item>100</item>
- <item>500</item>
- <item>-1</item>
- </string-array>
-
- <string-array name="mobile_update_entries">
- <item>@string/pref_mobileUpdate_refresh</item>
- <item>@string/pref_mobileUpdate_episode_download</item>
- <item>@string/pref_mobileUpdate_auto_download</item>
- <item>@string/pref_mobileUpdate_streaming</item>
- <item>@string/pref_mobileUpdate_images</item>
- <item>@string/synchronization_pref</item>
- </string-array>
-
- <string-array name="mobile_update_values">
- <item>feed_refresh</item>
- <item>episode_download</item>
- <item>auto_download</item>
- <item>streaming</item>
- <item>images</item>
- <item>sync</item>
- </string-array>
-
- <string-array name="mobile_update_default_value">
- <item>images</item>
- <item>sync</item>
- </string-array>
-
- <string-array name="episode_cleanup_entries">
- <item>@string/episode_cleanup_except_favorite_removal</item>
- <item>@string/episode_cleanup_queue_removal</item>
- <item>0</item>
- <item>1</item>
- <item>3</item>
- <item>5</item>
- <item>7</item>
- <item>@string/episode_cleanup_never</item>
- </string-array>
-
- <string-array name="button_action_options">
- <item>@string/button_action_fast_forward</item>
- <item>@string/button_action_rewind</item>
- <item>@string/button_action_skip_episode</item>
- <item>@string/button_action_restart_episode</item>
- </string-array>
-
- <string-array name="button_action_values">
- <item>@string/keycode_media_fast_forward</item>
- <item>@string/keycode_media_rewind</item>
- <item>@string/keycode_media_next</item>
- <item>@string/keycode_media_previous</item>
- </string-array>
-
- <string-array name="enqueue_location_options">
- <item>@string/enqueue_location_back</item>
- <item>@string/enqueue_location_front</item>
- <item>@string/enqueue_location_after_current</item>
- <item>@string/enqueue_location_random</item>
- </string-array>
-
- <string-array name="enqueue_location_values">
- <!-- MUST be the same as UserPreferences.EnqueueLocation enum -->
- <item>BACK</item>
- <item>FRONT</item>
- <item>AFTER_CURRENTLY_PLAYING</item>
- <item>RANDOM</item>
- </string-array>
-
- <string-array name="episode_cleanup_values">
- <item>-3</item>
- <item>-1</item>
- <item>0</item>
- <item>12</item>
- <item>24</item>
- <item>72</item>
- <item>120</item>
- <item>168</item>
- <item>-2</item>
- </string-array>
-
- <string-array name="nav_drawer_titles">
- <item>@string/home_label</item>
- <item>@string/queue_label</item>
- <item>@string/inbox_label</item>
- <item>@string/episodes_label</item>
- <item>@string/subscriptions_label</item>
- <item>@string/downloads_label</item>
- <item>@string/playback_history_label</item>
- <item>@string/add_feed_label</item>
- <item>@string/subscriptions_list_label</item>
- </string-array>
-
- <string-array name="nav_drawer_feed_order_options">
- <item>@string/drawer_feed_order_unplayed_episodes</item>
- <item>@string/drawer_feed_order_alphabetical</item>
- <item>@string/drawer_feed_order_last_update</item>
- <item>@string/drawer_feed_order_most_played</item>
- </string-array>
- <string-array name="nav_drawer_feed_order_values">
- <item>0</item>
- <item>1</item>
- <item>2</item>
- <item>3</item>
- </string-array>
-
- <string-array name="nav_drawer_feed_counter_options">
- <item>@string/drawer_feed_counter_inbox</item>
- <item>@string/drawer_feed_counter_unplayed</item>
- <item>@string/drawer_feed_counter_downloaded</item>
- <item>@string/drawer_feed_counter_downloaded_unplayed</item>
- <item>@string/drawer_feed_counter_none</item>
- </string-array>
- <string-array name="nav_drawer_feed_counter_values">
- <item>1</item>
- <item>2</item>
- <item>4</item>
- <item>5</item>
- <item>3</item>
- </string-array>
-
- <string-array name="home_section_titles">
- <item>@string/home_continue_title</item>
- <item>@string/home_new_title</item>
- <item>@string/home_surprise_title</item>
- <item>@string/home_classics_title</item>
- <item>@string/home_downloads_title</item>
- </string-array>
-
- <string-array name="home_section_tags">
- <item>QueueSection</item>
- <item>InboxSection</item>
- <item>EpisodesSurpriseSection</item>
- <item>SubscriptionsSection</item>
- <item>DownloadsSection</item>
- </string-array>
-
- <string-array name="full_notification_buttons_options">
- <item>@string/skip_episode_label</item>
- <item>@string/next_chapter</item>
- <item>@string/playback_speed</item>
- <item>@string/sleep_timer_label</item>
- </string-array>
-
- <string-array name="default_page_values">
- <item>HomeFragment</item>
- <item>QueueFragment</item>
- <item>NewEpisodesFragment</item>
- <item>EpisodesFragment</item>
- <item>SubscriptionFragment</item>
- <item>remember</item>
- </string-array>
-
- <string-array name="default_page_titles">
- <item>@string/home_label</item>
- <item>@string/queue_label</item>
- <item>@string/inbox_label</item>
- <item>@string/episodes_label</item>
- <item>@string/subscriptions_label</item>
- <item>@string/remember_last_page</item>
- </string-array>
-</resources>
diff --git a/core/src/main/res/values/ids.xml b/core/src/main/res/values/ids.xml
deleted file mode 100644
index 8c4091390..000000000
--- a/core/src/main/res/values/ids.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<resources>
- <!-- Menu items -->
- <item name="select_all_item" type="id"/>
- <item name="deselect_all_item" type="id"/>
- <item name="clear_history_item" type="id"/>
- <item name="open_in_browser_item" type="id"/>
- <item name="copy_url_item" type="id"/>
- <item name="share_url_item" type="id"/>
- <item name="go_to_position_item" type="id"/>
- <item name="drag_handle" type="id"/>
- <item name="skip_episode_item" type="id"/>
- <item name="move_to_top_item" type="id"/>
- <item name="move_to_bottom_item" type="id"/>
-
- <!-- View types -->
- <item name="view_type_episode_item" type="id"/>
-</resources>
diff --git a/core/src/main/res/values/keycodes.xml b/core/src/main/res/values/keycodes.xml
deleted file mode 100644
index e0d44ce04..000000000
--- a/core/src/main/res/values/keycodes.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<resources
- xmlns:tools="http://schemas.android.com/tools"
- tools:ignore="MissingTranslation">
-
- <string name="keycode_media_next">87</string>
- <string name="keycode_media_previous">88</string>
- <string name="keycode_media_rewind">89</string>
- <string name="keycode_media_fast_forward">90</string>
-</resources>