|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<resources> |
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools"> |
|
|
|
|
|
|
|
<style name="Theme.AppCompat.Translucent" parent="Theme.AppCompat.NoActionBar"> |
|
|
|
<item name="android:windowNoTitle">true</item> |
|
|
@ -183,4 +183,10 @@ |
|
|
|
<item name="android:textAppearance">@style/TextAppearance.MaterialComponents.Tooltip.Exoplayer</item> |
|
|
|
</style> |
|
|
|
|
|
|
|
<style name="PostViewV2Style" parent="android:Theme.Translucent"> |
|
|
|
<item name="android:windowIsFloating">false</item> |
|
|
|
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">false</item> |
|
|
|
<item name="android:navigationBarColor">@color/black</item> |
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item> |
|
|
|
</style> |
|
|
|
</resources> |