Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
aarifi committed Oct 3, 2019
1 parent 6da457e commit 37fd601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aweekcalendarlib/src/main/res/layout/view_calender.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
android:gravity="center_vertical">

<ImageView
android:layout_marginLeft="16dp"
android:layout_marginLeft="8dp"
android:layout_width="@dimen/my_calendar_button_size"
android:layout_height="@dimen/my_calendar_button_size"
app:srcCompat="@drawable/ic_left_arrow" />
Expand All @@ -89,7 +89,7 @@
<ImageView
android:layout_width="@dimen/my_calendar_button_size"
android:layout_height="@dimen/my_calendar_button_size"
android:layout_marginRight="16dp"
android:layout_marginRight="8dp"
android:src="@drawable/ic_right_arrow" />
</RelativeLayout>

Expand Down

0 comments on commit 37fd601

Please sign in to comment.