Skip to content

Commit

Permalink
Externalize shadow color to colors.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Feb 20, 2012
1 parent 4ff2f8d commit d456bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/res/values/colors.xml
Expand Up @@ -37,5 +37,6 @@
<color name="button_background_end">#267755</color>
<color name="edit_text_background_start">#EFF6FF</color>
<color name="edit_text_background_end">#FBFDFF</color>
<color name="text_shadow">#000000</color>

</resources>
2 changes: 1 addition & 1 deletion app/res/values/styles.xml
Expand Up @@ -16,7 +16,7 @@
</style>

<style name="ShadowText">
<item name="android:shadowColor">#000000</item>
<item name="android:shadowColor">@color/text_shadow</item>
<item name="android:shadowDx">1</item>
<item name="android:shadowDy">1</item>
<item name="android:shadowRadius">1</item>
Expand Down

0 comments on commit d456bce

Please sign in to comment.