|
|
@@ -123,14 +123,14 @@ public abstract class BaseActivity extends RxAppCompatActivity implements BackHa
|
|
|
// .secondaryColor(getResources().getColor(R.color.secondary)
|
|
|
// .position(SlidrPosition.LEFT|RIGHT|TOP|BOTTOM|VERTICAL|HORIZONTAL)
|
|
|
.position(SlidrPosition.HORIZONTAL)
|
|
|
- .sensitivity(1f)
|
|
|
+ .sensitivity(0.2f)
|
|
|
.scrimColor(Color.BLACK)
|
|
|
.scrimStartAlpha(0.8f)
|
|
|
.scrimEndAlpha(0f)
|
|
|
.velocityThreshold(2400)
|
|
|
.distanceThreshold(0.25f)
|
|
|
- .edge(true)
|
|
|
- .edgeSize(0.18f) // The % of the screen that counts as the edge, default 18%
|
|
|
+// .edge(true)
|
|
|
+// .edgeSize(0.18f) // The % of the screen that counts as the edge, default 18%
|
|
|
.listener(new SlidrListener(){
|
|
|
|
|
|
@Override
|