Skip to content

Commit

Permalink
Cap experience line length
Browse files Browse the repository at this point in the history
  • Loading branch information
ktg committed Mar 3, 2016
1 parent 5833c2a commit c03924c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/res/layout/experience_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
android:text="@{experience.name}"
android:textAppearance="@style/TextAppearance.AppCompat"
android:textColor="#000"
tools:text="Artcodes"/>
tools:text="Artcodes"
android:maxLines="3"
android:ellipsize="end"/>

<ImageView
android:id="@+id/scanButton"
Expand Down

0 comments on commit c03924c

Please sign in to comment.