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

@ -20,11 +20,11 @@
<ImageView
android:id="@+id/image_poster"
android:layout_width="wrap_content"
android:layout_height="108dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="40dp"
android:src="@drawable/ic_launcher_background"
/>
android:layout_marginTop="20dp"
android:minHeight="200dp"
android:src="@drawable/ic_launcher_background" />
<Button
android:id="@+id/button_play"

View File

@ -7,9 +7,9 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingStart="7dp"
android:paddingTop="2dp"
android:paddingTop="3dp"
android:paddingEnd="7dp"
android:paddingBottom="3dp">
android:paddingBottom="5dp">
<TextView
android:id="@+id/text_title"

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>