diff --git a/app/src/main/res/layout/component_card.xml b/app/src/main/res/layout/component_card.xml index b760ce18..e69cb1c5 100644 --- a/app/src/main/res/layout/component_card.xml +++ b/app/src/main/res/layout/component_card.xml @@ -18,7 +18,9 @@ android:layout_width="@dimen/card_thumbnail_size" android:layout_height="@dimen/card_thumbnail_size" android:layout_marginEnd="@dimen/activity_margin" - android:src="@mipmap/ic_launcher"/> + android:padding="@dimen/thumbnail_padding" + android:background="?attr/thumbnailBackground" + android:src="@mipmap/ic_launcher" /> 33sp + 2dp 200dp 1dp diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ef00d9c2..5fe89f5b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -5,6 +5,7 @@ + @@ -41,6 +43,7 @@ @color/colorAccent ?android:attr/colorBackground + @android:color/white @color/github_light @color/paypal_light @@ -60,6 +63,7 @@ @color/colorAccent @android:color/black + @android:color/white @color/github_light @color/paypal_light