0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00

Style mediathek detail view

This commit is contained in:
Christine Coenen 2022-05-02 22:33:05 +02:00
parent 03da8f4da0
commit 16ddc4d41a
3 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,7 @@
android:orientation="vertical">
<com.google.android.material.card.MaterialCardView
style="@style/Widget.Material3.CardView.Elevated"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/activity_vertical_margin">
@ -130,9 +131,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="start|bottom"
android:layout_marginStart="-6dp"
android:layout_marginTop="10dp"
android:layout_marginEnd="@dimen/activity_horizontal_margin"
android:layout_marginStart="-6dp"
android:clipToPadding="false"
android:elevation="1dp"
android:padding="6dp">

View File

@ -13,6 +13,7 @@
<com.google.android.material.card.MaterialCardView
style="@style/Widget.Material3.CardView.Elevated"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"

View File

@ -24,6 +24,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/download"
style="@style/Widget.Material3.Button.TextButton.Icon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fragment_mediathek_download"
@ -33,6 +34,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/share"
style="@style/Widget.Material3.Button.TextButton.Icon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/action_share"
@ -40,6 +42,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/website"
style="@style/Widget.Material3.Button.TextButton.Icon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fragment_mediathek_website"