Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
feat(error): add title error screen style
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Hernandez <rhernandez@teclib.com>
  • Loading branch information
rafaelje authored and Hector Rondon committed Apr 12, 2018
1 parent ad4d28b commit ead0250
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
<item name="android:fontFamily">sans-serif</item>
</style>

<style name="titleTextError">
<item name="android:textStyle">bold</item>
<item name="android:textSize">25sp</item>
<item name="android:textColor">@color/red</item>
<item name="android:fontFamily">sans-serif</item>
</style>

<style name="titleTextWhite">
<item name="android:textStyle">bold</item>
<item name="android:textSize">15sp</item>
Expand Down

0 comments on commit ead0250

Please sign in to comment.