Blame view

puzzlegame/src/main/res/values/styles.xml 429 Bytes
af6964e6   Edmur LOPES   create new git
1
2
3
4
5
6
7
8
9
10
11
12
13
  <resources xmlns:android="http://schemas.android.com/apk/res/android">
  
      <style name="AppTheme" parent="android:Theme.Light" />
  
      <style name="PauseMenuStyle" parent="android:Theme.Dialog">
          <item name="android:textColor">#000000</item>
          <item name="android:windowNoTitle">true</item>
          <item name="android:windowBackground">@drawable/pause_menu_background</item>
  		
      </style> 
      
      
  </resources>