summaryrefslogtreecommitdiffstats
path: root/samples/browseable/ShareActionProvider/res/values-sw600dp/template-styles.xml
diff options
context:
space:
mode:
authorDan Pasanen <dan.pasanen@gmail.com>2017-04-05 07:23:29 -0500
committerDan Pasanen <dan.pasanen@gmail.com>2017-04-05 07:23:29 -0500
commit01b86c8784cd1590bfd7c467abc89880e9a12814 (patch)
treea04f8cc8c01c3499810b6eea0b38809ce7a7533e /samples/browseable/ShareActionProvider/res/values-sw600dp/template-styles.xml
parent132f0a9d42a59fcb96a34c8781da690fa97332d7 (diff)
parent99bfeb590ea8105d24ff0fdc6e41bed981483ee4 (diff)
downloadandroid_development-01b86c8784cd1590bfd7c467abc89880e9a12814.tar.gz
android_development-01b86c8784cd1590bfd7c467abc89880e9a12814.tar.bz2
android_development-01b86c8784cd1590bfd7c467abc89880e9a12814.zip
Merge tag 'android-7.1.2_r2' into cm-14.1staging/cm-14.1_android-7.1.2_r2
Android 7.1.2 Release 2 (N2G47E) # gpg: Signature made Mon 03 Apr 2017 01:41:41 AM CDT # gpg: using DSA key E8AD3F819AB10E78 # gpg: Can't check signature: No public key
Diffstat (limited to 'samples/browseable/ShareActionProvider/res/values-sw600dp/template-styles.xml')
-rw-r--r--samples/browseable/ShareActionProvider/res/values-sw600dp/template-styles.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/samples/browseable/ShareActionProvider/res/values-sw600dp/template-styles.xml b/samples/browseable/ShareActionProvider/res/values-sw600dp/template-styles.xml
new file mode 100644
index 000000000..03d197418
--- /dev/null
+++ b/samples/browseable/ShareActionProvider/res/values-sw600dp/template-styles.xml
@@ -0,0 +1,25 @@
+<!--
+ 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>
+
+ <style name="Widget.SampleMessage">
+ <item name="android:textAppearance">?android:textAppearanceLarge</item>
+ <item name="android:lineSpacingMultiplier">1.2</item>
+ <item name="android:shadowDy">-6.5</item>
+ </style>
+
+</resources>