Generate lock open and lock closed icons
After Width: | Height: | Size: 366 B |
After Width: | Height: | Size: 358 B |
After Width: | Height: | Size: 362 B |
After Width: | Height: | Size: 356 B |
After Width: | Height: | Size: 242 B |
After Width: | Height: | Size: 237 B |
After Width: | Height: | Size: 242 B |
After Width: | Height: | Size: 238 B |
After Width: | Height: | Size: 430 B |
After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 427 B |
After Width: | Height: | Size: 420 B |
After Width: | Height: | Size: 630 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 854 B |
After Width: | Height: | Size: 839 B |
After Width: | Height: | Size: 850 B |
After Width: | Height: | Size: 838 B |
|
@ -37,6 +37,8 @@
|
|||
<attr name="av_ff_big" format="reference"/>
|
||||
<attr name="av_rew_big" format="reference"/>
|
||||
<attr name="ic_settings" format="reference"/>
|
||||
<attr name="ic_lock_open" format="reference"/>
|
||||
<attr name="ic_lock_closed" format="reference"/>
|
||||
|
||||
<!-- Used in itemdescription -->
|
||||
<attr name="non_transparent_background" format="reference"/>
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
<item name="attr/av_ff_big">@drawable/ic_fast_forward_grey600_36dp</item>
|
||||
<item name="attr/av_rew_big">@drawable/ic_fast_rewind_grey600_36dp</item>
|
||||
<item name="attr/ic_settings">@drawable/ic_settings_grey600_24dp</item>
|
||||
<item name="attr/ic_lock_open">@drawable/ic_lock_open_grey600_24dp</item>
|
||||
<item name="attr/ic_lock_closed">@drawable/ic_lock_closed_grey600_24dp</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AntennaPod.Dark" parent="@style/Theme.AppCompat">
|
||||
|
@ -84,6 +86,8 @@
|
|||
<item name="attr/av_ff_big">@drawable/ic_fast_forward_white_36dp</item>
|
||||
<item name="attr/av_rew_big">@drawable/ic_fast_rewind_white_36dp</item>
|
||||
<item name="attr/ic_settings">@drawable/ic_settings_white_24dp</item>
|
||||
<item name="attr/ic_lock_open">@drawable/ic_lock_open_white_24dp</item>
|
||||
<item name="attr/ic_lock_closed">@drawable/ic_lock_closed_white_24dp</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AntennaPod.Light.NoTitle" parent="@style/Theme.AppCompat.Light.NoActionBar">
|
||||
|
@ -129,6 +133,8 @@
|
|||
<item name="attr/av_ff_big">@drawable/ic_fast_forward_grey600_36dp</item>
|
||||
<item name="attr/av_rew_big">@drawable/ic_fast_rewind_grey600_36dp</item>
|
||||
<item name="attr/ic_settings">@drawable/ic_settings_grey600_24dp</item>
|
||||
<item name="attr/ic_lock_open">@drawable/ic_lock_open_grey600_24dp</item>
|
||||
<item name="attr/ic_lock_closed">@drawable/ic_lock_closed_grey600_24dp</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AntennaPod.Dark.NoTitle" parent="@style/Theme.AppCompat.NoActionBar">
|
||||
|
@ -173,6 +179,8 @@
|
|||
<item name="attr/av_ff_big">@drawable/ic_fast_forward_white_36dp</item>
|
||||
<item name="attr/av_rew_big">@drawable/ic_fast_rewind_white_36dp</item>
|
||||
<item name="attr/ic_settings">@drawable/ic_settings_white_24dp</item>
|
||||
<item name="attr/ic_lock_open">@drawable/ic_lock_open_white_24dp</item>
|
||||
<item name="attr/ic_lock_closed">@drawable/ic_lock_closed_white_24dp</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AntennaPod.VideoPlayer" parent="@style/Theme.AntennaPod.Dark">
|
||||
|
|