Guest User

Untitled

a guest
Jan 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.     <style name="RouletteEurobet.Theme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
  4.         <item name="android:windowBackground">@drawable/bgr_wlogo</item>
  5.         <item name="android:textViewStyle">@style/RouletteEurobet.Theme.TextViewStyle</item>
  6.     </style>
  7.    
  8.     <style name="RouletteEurobet.Theme.TextViewStyle" parent="@android:style/TextAppearance.Widget.TextView">
  9.         <item name="android:textColor">@color/white</item>
  10.         <item name="android:textStyle">bold</item>
  11.         <item name="android:textSize">@dimen/DefaultTextSize</item>
  12.    </style>
  13. </resources>
Add Comment
Please, Sign In to add comment