Skip to content

Commit dac5fc3

Browse files
committed
Moved overlay image from library to sample
1 parent b7e5b29 commit dac5fc3

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

sample/src/main/res/layout/view_overlay_left.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
android:layout_width="wrap_content"
1515
android:layout_height="wrap_content"
1616
android:layout_gravity="center"
17-
android:src="@drawable/icon_overlay_left"/>
17+
android:src="@mipmap/icon_overlay_left"/>
1818

1919
</android.support.v7.widget.CardView>

sample/src/main/res/layout/view_overlay_right.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
android:layout_width="wrap_content"
1515
android:layout_height="wrap_content"
1616
android:layout_gravity="center"
17-
android:src="@drawable/icon_overlay_right"/>
17+
android:src="@mipmap/icon_overlay_right"/>
1818

1919
</android.support.v7.widget.CardView>

0 commit comments

Comments
 (0)