disable action bar, use tmdb for poster and description

This commit is contained in:
2020-10-12 20:30:45 +02:00
parent ae20e74702
commit 90fe084557
10 changed files with 131 additions and 26 deletions

View File

@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>