1
0
mirror of https://github.com/stom79/exodus-android-app synced 2025-02-03 19:37:39 +01:00

fix: add margins in application cell

This commit is contained in:
Benjamin Orsini 2019-05-16 20:38:46 +02:00
parent 8491b433f7
commit f64295375e

View File

@ -10,6 +10,8 @@
<RelativeLayout
android:id="@+id/base_info"
android:layout_marginTop="10dp"
android:layout_marginBottom="5dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView