Archived
Added further documentation, fixed slight spacing issue on course_card.xml when icon is set to R.drawable.ic_empty
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
<ImageView
|
||||
android:id="@+id/iconView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_height="20dp"
|
||||
android:tint="@color/colorText"/>
|
||||
|
||||
@@ -53,7 +54,6 @@
|
||||
android:id="@+id/course"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:textColor="@color/colorText"/>
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user