Skip to content

Commit

Permalink
Refine spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Nov 18, 2017
1 parent 987b545 commit ae171a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mobile/src/main/res/layout/layout_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="16dp"
android:paddingLeft="8dp"
android:paddingRight="4dp"
android:paddingTop="8dp"
android:paddingBottom="8dp"
Expand Down Expand Up @@ -71,6 +71,7 @@
android:layout_alignParentStart="true"
android:layout_toStartOf="@+id/traffic"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
android:maxLines="2"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceSmall"
Expand All @@ -81,6 +82,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_alignParentEnd="true"
android:layout_marginBottom="8dp"
android:ellipsize="end"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"/>
Expand Down

0 comments on commit ae171a7

Please sign in to comment.