Regarding issue 4042: bordering (#4071)

This commit is contained in:
Saral Verma 2020-12-13 00:27:06 +05:30 committed by GitHub
parent 7d8e09f708
commit 0415a57d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View file

@ -72,6 +72,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/small_gap"
android:padding="8px"
/>
</LinearLayout>

View file

@ -13,6 +13,7 @@
android:id="@+id/iv_thumbnail"
android:layout_width="@dimen/big_height"
android:layout_height="@dimen/big_height"
android:padding="8px"
fresco:actualImageScaleType="fitCenter"/>
<ImageView