diff options
author | Alexander Lucas <alexlucas@google.com> | 2014-04-10 15:44:01 -0700 |
---|---|---|
committer | Alexander Lucas <alexlucas@google.com> | 2014-04-10 15:44:01 -0700 |
commit | fb5e574e7953a646b95652632d0c4c87a47f4d5e (patch) | |
tree | d5088f81657abddfb38826713c0e6dfbc8d1fc61 /samples/browseable/BasicNetworking | |
parent | f03f35fe248d4cf9ead29251d793f65f9f9f4c55 (diff) | |
download | android_development-fb5e574e7953a646b95652632d0c4c87a47f4d5e.tar.gz android_development-fb5e574e7953a646b95652632d0c4c87a47f4d5e.tar.bz2 android_development-fb5e574e7953a646b95652632d0c4c87a47f4d5e.zip |
Updated browseable samples for april push
Change-Id: Idd8cc6b7c43ab93f05f0a5d69d5379631721d185
Diffstat (limited to 'samples/browseable/BasicNetworking')
-rw-r--r-- | samples/browseable/BasicNetworking/res/values-v11/template-styles.xml | 22 | ||||
-rw-r--r-- | samples/browseable/BasicNetworking/res/values/template-styles.xml | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/samples/browseable/BasicNetworking/res/values-v11/template-styles.xml b/samples/browseable/BasicNetworking/res/values-v11/template-styles.xml new file mode 100644 index 000000000..8c1ea66f2 --- /dev/null +++ b/samples/browseable/BasicNetworking/res/values-v11/template-styles.xml @@ -0,0 +1,22 @@ +<!-- + Copyright 2013 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> + + <!-- Activity themes --> + <style name="Theme.Base" parent="android:Theme.Holo.Light" /> + +</resources> diff --git a/samples/browseable/BasicNetworking/res/values/template-styles.xml b/samples/browseable/BasicNetworking/res/values/template-styles.xml index 404623e3d..6e7d593dd 100644 --- a/samples/browseable/BasicNetworking/res/values/template-styles.xml +++ b/samples/browseable/BasicNetworking/res/values/template-styles.xml @@ -18,7 +18,7 @@ <!-- Activity themes --> - <style name="Theme.Base" parent="android:Theme.Holo.Light" /> + <style name="Theme.Base" parent="android:Theme.Light" /> <style name="Theme.Sample" parent="Theme.Base" /> |