Fixed view media fragment behaviour, reblogs/favs of reblogs
This commit is contained in:
parent
bc46afd801
commit
ce82a81f0e
5 changed files with 75 additions and 37 deletions
|
@ -92,6 +92,11 @@
|
|||
<item name="windowActionBarOverlay">true</item>
|
||||
</style>
|
||||
|
||||
<style name="Dialog.FullScreen" parent="Theme.AppCompat.Dialog">
|
||||
<item name="android:padding">0dp</item>
|
||||
<item name="android:windowBackground">@android:color/black</item>
|
||||
</style>
|
||||
|
||||
<!--Light Application Theme Styles-->
|
||||
|
||||
<style name="AppTheme.Light" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue