Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Jul 15, 2019
1 parent 10371c4 commit d827326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:ellipsize="end"
android:maxLength="20"
android:singleLine="true"
android:text="imndx"
android:textColor="#666666"
android:textSize="12sp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="10dp"
android:ellipsize="end"
android:maxLength="20"
android:singleLine="true"
android:text="imndx"
android:textColor="#666666"
android:textSize="12sp"
Expand Down

0 comments on commit d827326

Please sign in to comment.