Skip to content

Commit

Permalink
Fix layout-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 16, 2015
1 parent 4355f2f commit c0d14d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/src/main/res/layout/introduction_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="?attr/selectableItemBackgroundBorderless"
android:src="@drawable/introduction_ic_arrow_previous"
android:visibility="invisible" />

Expand All @@ -53,6 +54,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="?attr/selectableItemBackgroundBorderless"
android:src="@drawable/introduction_ic_arrow_next"
android:visibility="invisible" />
</FrameLayout>
Expand Down

0 comments on commit c0d14d4

Please sign in to comment.