Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
HITGIF committed Mar 1, 2018
1 parent 01f4d3a commit a2ee791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/assignment_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="4"
android:layout_marginEnd="5dp"
app:cardUseCompatPadding="true">

<RelativeLayout
Expand Down Expand Up @@ -162,7 +163,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/assignment_upper_card_container"
android:layout_marginTop="10dp"
android:layout_marginTop="5dp"
app:cardUseCompatPadding="true">

<RelativeLayout
Expand Down

0 comments on commit a2ee791

Please sign in to comment.