Skip to content

Commit

Permalink
Fix part of #143: Review card changes (#354)
Browse files Browse the repository at this point in the history
* Fix review card

* Nit changes
  • Loading branch information
rt4914 authored Nov 15, 2019
1 parent e2b7ab5 commit 4e3be63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/src/main/res/layout/topic_review_summary_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@

<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="180dp"
android:clickable="true"
android:focusable="true">
android:layout_height="wrap_content">

<ImageView
android:id="@+id/skill_image_view"
Expand All @@ -50,7 +48,10 @@
android:id="@+id/skill_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="end"
android:fontFamily="sans-serif-medium"
android:maxLines="3"
android:minLines="3"
android:padding="12dp"
android:text="@{skill.description}"
android:textColor="@color/oppiaPrimaryText"
Expand Down

0 comments on commit 4e3be63

Please sign in to comment.