Skip to content

Commit

Permalink
fix:Fix not able to open exam detail view in tab (#451)
Browse files Browse the repository at this point in the history
Added exam end status message for large screen devices
  • Loading branch information
PruthiviRaj27 authored and Karthik-0 committed Nov 3, 2022
1 parent bece12e commit ecae441
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
tools:ignore="UseCompoundDrawables">

<ImageView
android:id="@+id/exam_status_image"
android:layout_width="18dp"
android:layout_height="18dp"
android:tint="@color/testpress_black"
Expand All @@ -231,6 +232,7 @@
android:src="@drawable/ic_thumb_up_black_18dp" />

<TextView
android:id="@+id/exam_status_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/testpress_black"
Expand Down

0 comments on commit ecae441

Please sign in to comment.