Project

General

Profile

« Previous | Next » 

Revision d9c55dbe

Added by Leszek Koltunski almost 6 years ago

Progress with Effects3D app.

View differences:

src/main/res/values/styles.xml
14 14

  
15 15
    <!--
16 16
         Theme for a wallpaper's setting activity that is designed to be on
17
         top of a light background.

17
         top of a light background.
18

  
18 19
    -->
19 20
    <style name="WallpaperSettingsLight" parent="@android:style/Theme.Light">
20 21
        <item name="android:windowBackground">@android:drawable/screen_background_light_transparent</item>
......
23 24
        <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
24 25
    </style>
25 26

  
27
    <style name="CustomActivityThemeNoActionBar" parent="@style/Theme.AppCompat.NoActionBar">
28
        <item name="android:windowNoTitle">true</item>
29
        <item name="android:windowActionBar">false</item>
30
        <item name="android:windowFullscreen">true</item>
31
        <item name="android:windowContentOverlay">@null</item>
32
    </style>
33

  
26 34
</resources>

Also available in: Unified diff