Skip to content

Commit

Permalink
Remove unneeded layout parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Feb 19, 2016
1 parent 4b26533 commit 3dde3e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/main/res/layout/introduction_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_gravity="center"
android:background="?attr/selectableItemBackgroundBorderless"
android:src="@drawable/introduction_ic_arrow_previous"
android:visibility="invisible" />
Expand Down Expand Up @@ -74,7 +73,6 @@
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_gravity="center"
android:background="?attr/selectableItemBackgroundBorderless"
android:src="@drawable/introduction_ic_arrow_next"
android:visibility="invisible" />
Expand Down

0 comments on commit 3dde3e8

Please sign in to comment.