fix: layout tweaks for upcoming widget
This commit is contained in:
parent
3375496ef2
commit
be07fad8f1
14 changed files with 93 additions and 91 deletions
|
@ -6,11 +6,12 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:padding="8dp">
|
||||
android:paddingTop="4dp"
|
||||
android:paddingBottom="4dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/image_show_icon"
|
||||
android:layout_width="48dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:shapeAppearanceOverlay="@style/roundedImageView"
|
||||
android:contentDescription="@string/airing_image"/>
|
||||
|
@ -30,7 +31,7 @@
|
|||
android:fontFamily="@font/poppins_bold"
|
||||
android:text=""
|
||||
android:textColor="@color/bg_white"
|
||||
android:maxLines="3"
|
||||
android:maxLines="2"
|
||||
android:ellipsize="end"
|
||||
android:textSize="16sp" />
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
android:id="@+id/widgetContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="16dp">
|
||||
android:padding="8dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/logoView"
|
||||
|
@ -40,7 +40,7 @@
|
|||
android:textAlignment="viewStart"
|
||||
android:maxLines="2"
|
||||
android:ellipsize="none"
|
||||
android:text="@string/currently_airing"
|
||||
android:text="@string/upcoming"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold" />
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue