Skip to content

Commit

Permalink
* fix long library names
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Aug 22, 2014
1 parent 113d6cb commit 8448d7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions library/src/main/res/layout/listitem_opensource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@
android:textColor="@color/title_openSource"
android:textSize="@dimen/textSizeLarge_openSource"
android:textStyle="normal"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_weight="3"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"/>

<TextView
android:id="@+id/libraryCreator"
android:textColor="@color/text_openSource"
android:textStyle="normal"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:gravity="right"
Expand Down

0 comments on commit 8448d7e

Please sign in to comment.