Skip to content
GitLab
Next
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
termapps
termoneplus
Commits
9c1cc5ff
Commit
9c1cc5ff
authored
Nov 17, 2017
by
Roumen Petrov
Browse files
order ...Translucent style
parent
ef406efb
Changes
1
Hide whitespace changes
Inline
Side-by-side
term/src/main/res/values/styles.xml
View file @
9c1cc5ff
...
...
@@ -35,12 +35,6 @@
<item
name=
"windowActionBar"
>
false
</item>
<item
name=
"windowNoTitle"
>
true
</item>
</style>
<style
name=
"AppTheme.NoActionBar.Translucent"
>
<item
name=
"android:windowBackground"
>
@android:color/transparent
</item>
<item
name=
"android:colorBackgroundCacheHint"
>
@null
</item>
<item
name=
"android:windowIsTranslucent"
>
true
</item>
<item
name=
"android:windowAnimationStyle"
>
@android:style/Animation
</item>
</style>
<style
name=
"AppTheme.AppBarOverlay"
parent=
"ThemeOverlay.AppCompat.Dark.ActionBar"
/>
<style
name=
"AppTheme.PopupOverlay"
parent=
"ThemeOverlay.AppCompat.Light"
/>
...
...
@@ -56,4 +50,12 @@
</style>
<style
name=
"AppTheme.Light.AppBarOverlay"
parent=
"ThemeOverlay.AppCompat.ActionBar"
/>
<style
name=
"AppTheme.Light.PopupOverlay"
parent=
"ThemeOverlay.AppCompat"
/>
<!-- style used in "AddShortcut" activity -->
<style
name=
"AppTheme.NoActionBar.Translucent"
>
<item
name=
"android:windowBackground"
>
@android:color/transparent
</item>
<item
name=
"android:colorBackgroundCacheHint"
>
@null
</item>
<item
name=
"android:windowIsTranslucent"
>
true
</item>
<item
name=
"android:windowAnimationStyle"
>
@android:style/Animation
</item>
</style>
</resources>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment