Created
May 25, 2018 10:03
-
-
Save nesterchung/35b779da4e31b41b9b0b0476763afafc to your computer and use it in GitHub Desktop.
AppBar Transplat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style name="AppTheme.AppBarOverlay.Transplant" parent="ThemeOverlay.AppCompat.Dark.ActionBar"> | |
<item name="colorPrimary">@android:color/transparent</item> | |
<item name="android:background">@android:color/transparent</item> | |
<item name="elevation">0dp</item> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment