summaryrefslogtreecommitdiff
path: root/samples/styled/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'samples/styled/res/values')
-rw-r--r--samples/styled/res/values/arrays.xml27
-rw-r--r--samples/styled/res/values/colors.xml22
-rw-r--r--samples/styled/res/values/dimens.xml20
-rw-r--r--samples/styled/res/values/strings.xml36
-rw-r--r--samples/styled/res/values/styles.xml67
5 files changed, 0 insertions, 172 deletions
diff --git a/samples/styled/res/values/arrays.xml b/samples/styled/res/values/arrays.xml
deleted file mode 100644
index e6fd23a..0000000
--- a/samples/styled/res/values/arrays.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<resources>
- <string-array name="sections">
- <item>Home</item>
- <item>SDK</item>
- <item>Dev Guide</item>
- <item>Reference</item>
- <item>Resources</item>
- <item>Videos</item>
- <item>Blog</item>
- </string-array>
-</resources> \ No newline at end of file
diff --git a/samples/styled/res/values/colors.xml b/samples/styled/res/values/colors.xml
deleted file mode 100644
index 4e6f727..0000000
--- a/samples/styled/res/values/colors.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<resources>
- <color name="android_green">#FFA4C639</color>
- <color name="honeycombish_blue">#FF58BAED</color>
- <color name="soft_grey">#FF777777</color>
- <color name="background">#FFEFEFEF</color>
-</resources>
diff --git a/samples/styled/res/values/dimens.xml b/samples/styled/res/values/dimens.xml
deleted file mode 100644
index 0b21229..0000000
--- a/samples/styled/res/values/dimens.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<resources>
- <dimen name="frag_rounding_radius">20dp</dimen>
- <dimen name="progress_action_padding">8dp</dimen>
-</resources> \ No newline at end of file
diff --git a/samples/styled/res/values/strings.xml b/samples/styled/res/values/strings.xml
deleted file mode 100644
index f76eea9..0000000
--- a/samples/styled/res/values/strings.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<resources>
- <string name="application_name">ActionBarSherlock Styled</string>
- <string name="activity_name">ABS: Styled</string>
-
- <string name="action_label_refresh">Refresh</string>
- <string name="action_label_search">Search</string>
- <string name="action_label_both">Both</string>
- <string name="action_label_text">Text</string>
- <string name="app_name">Android Developers</string>
- <string name="action_label_logo">Logo</string>
- <string name="action_label_up">Up</string>
- <string name="action_label_nav_tabs">Tabs</string>
- <string name="action_label_nav_drop_down">List</string>
- <string name="action_label_nav_label">Label</string>
- <string name="action_label_nav">Navigation Mode &gt;</string>
- <string name="action_label_bak">Action Bar Background &gt;</string>
- <string name="action_label_bak_none">None</string>
- <string name="action_label_bak_gradient">Gradient</string>
- <string name="action_label_bak_image">Image</string>
-</resources>
diff --git a/samples/styled/res/values/styles.xml b/samples/styled/res/values/styles.xml
deleted file mode 100644
index 2669614..0000000
--- a/samples/styled/res/values/styles.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<resources>
-
- <!-- Variation on the Holo Light theme that styles the Action Bar -->
- <style name="Theme.AndroidDevelopers" parent="Theme.Sherlock.Light.ForceOverflow">
- <item name="android:actionBarItemBackground">@drawable/ad_selectable_background</item>
- <item name="actionBarItemBackground">@drawable/ad_selectable_background</item>
- <item name="android:popupMenuStyle">@style/MyPopupMenu</item>
- <item name="popupMenuStyle">@style/MyPopupMenu</item>
- <item name="android:dropDownListViewStyle">@style/MyDropDownListView</item>
- <item name="dropDownListViewStyle">@style/MyDropDownListView</item>
- <item name="android:actionBarTabStyle">@style/MyActionBarTabStyle</item>
- <item name="actionBarTabStyle">@style/MyActionBarTabStyle</item>
- <item name="android:actionDropDownStyle">@style/MyDropDownNav</item>
- <item name="actionDropDownStyle">@style/MyDropDownNav</item>
- <item name="android:listChoiceIndicatorMultiple">@drawable/ad_btn_check_holo_light</item>
- <item name="android:listChoiceIndicatorSingle">@drawable/ad_btn_radio_holo_light</item>
- <!--<item name="android:actionOverflowButtonStyle">@style/MyOverflowButton</item>-->
- </style>
-
- <!-- style the overflow menu -->
- <style name="MyPopupMenu" parent="Widget.Sherlock.Light.PopupMenu">
- <item name="android:popupBackground">@drawable/ad_menu_dropdown_panel_holo_light</item>
- </style>
-
- <!-- style the items within the overflow menu -->
- <style name="MyDropDownListView" parent="Widget.Sherlock.ListView.DropDown">
- <item name="android:listSelector">@drawable/ad_selectable_background</item>
- </style>
-
- <!-- style for the tabs -->
- <style name="MyActionBarTabStyle" parent="Widget.Sherlock.Light.ActionBar.TabBar">
- <item name="android:background">@drawable/actionbar_tab_bg</item>
- <item name="android:paddingLeft">32dp</item>
- <item name="android:paddingRight">32dp</item>
- </style>
-
- <!-- style the list navigation -->
- <style name="MyDropDownNav" parent="Widget.Sherlock.Light.Spinner.DropDown.ActionBar">
- <item name="android:background">@drawable/ad_spinner_background_holo_light</item>
- <item name="android:popupBackground">@drawable/ad_menu_dropdown_panel_holo_light</item>
- <item name="android:dropDownSelector">@drawable/ad_selectable_background</item>
- </style>
-
- <!-- the following can be used to style the overflow menu button
- only do this if you have an *extremely* good reason to!! -->
- <!--<style name="MyOverflowButton" parent="Widget.Sherlock.ActionButton.Overflow">
- <item name="android:src">@drawable/ic_menu_view</item>
- <item name="android:background">@drawable/action_button_background</item>
- </style>-->
-
-</resources> \ No newline at end of file