sharewithtitle/ShareWithTitle/build/res/all/debug/values/values.xml
2013-07-20 13:07:19 -07:00

24 lines
794 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<string name="action_settings">Settings</string>
<string name="app_name">Share With Title</string>
<string name="hello_world">Hello world!</string>
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
</resources>