sockeqwe/SwipeBack

I have a question

cjcj125125 opened this issue · 1 comments

Why is it that the background color of the edge is black? Can you customize it?
thank you

Yes you can define your own view with you own color:

SwipeBack.attach(this, Position.LEFT)
		...
		.setSwipeBackView(R.layout.swipeback_default);  // Set your layout here