Skip to content

Commit

Permalink
사선 타입 author이 길 경우를 위한 좌, 우 패딩 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jungilhan committed Mar 26, 2017
1 parent 31dd8b7 commit 7fd0327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/layout/entry_diagonal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:ellipsize="end"
android:gravity="center"
android:maxLines="2"
Expand Down Expand Up @@ -76,6 +78,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:ellipsize="end"
android:gravity="center"
android:maxLines="2"
Expand Down

0 comments on commit 7fd0327

Please sign in to comment.