Skip to content

Commit

Permalink
Limit repo size in view_repository
Browse files Browse the repository at this point in the history
Related: #25
  • Loading branch information
alexandr7035 committed Sep 12, 2021
1 parent df3e1c0 commit 015b78d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/src/main/res/layout/view_repository.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@

<TextView
android:id="@+id/repoName"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:textColor="@color/black"
android:textSize="22sp"
android:textStyle="bold"
android:ellipsize="end"
android:layout_marginEnd="10dp"
android:layout_marginBottom="10dp"
app:layout_constraintEnd_toStartOf="@id/stars"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@id/languageNameView"
tools:text="GitStat" />
tools:text="GitStat is a really ling repo with big name aaaaaa"
android:maxLines="1"/>


<TextView
Expand Down

0 comments on commit 015b78d

Please sign in to comment.