diff --git a/app/src/main/res/drawable/outline.xml b/app/src/main/res/drawable/outline.xml index b437f111..7b436c7d 100644 --- a/app/src/main/res/drawable/outline.xml +++ b/app/src/main/res/drawable/outline.xml @@ -3,8 +3,8 @@ + android:bottomLeftRadius="@dimen/rounded_image_radius" + android:bottomRightRadius="@dimen/rounded_image_radius" + android:topLeftRadius="@dimen/rounded_image_radius" + android:topRightRadius="@dimen/rounded_image_radius" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index e19f64b7..3d017579 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -191,7 +191,7 @@ - + android:backgroundTint="@color/transparent" + android:foreground="@drawable/outline_drawable" + android:layout_height="wrap_content" + app:cardCornerRadius="@dimen/rounded_image_radius" + android:layout_margin="2dp" + android:layout_width="wrap_content"> - + - + + + - + - + - + + + + + + + + + + + - --> - - - - - - - - - - - - - + android:layout_height="40sp" + android:textSize="13sp" + android:gravity="center" + android:layout_gravity="bottom" + android:paddingBottom="5dp" + android:paddingTop="5dp" + android:textColor="@color/textColor" + android:id="@+id/imageText" + android:maxLines="2" + android:paddingStart="5dp" + android:paddingEnd="5dp" + android:ellipsize="end" /> + +