-
What are the necessary proguard rules for this library?
Running into the following when building with minifyEnabled true.
```
Warning:com.liuguangqiang.swipeback.SwipeBackActivity: can't find s…
-
-
webview滑动和SwipeBackActivity侧滑删除冲突,侧滑失效,怎么重写触摸事件呢
-
The ActionBarActivity, extended into SwipeBackActivity, is deprecated on SDK versione 26.
Not compile
it must be replaced with AppCompatActivity
-
我的activity都是继承baseActivity的 不能双继承SwipeBackActivity
-
SwipeBackActivity 滑动返回黑屏
按正常操作是设置了 < item name="android:windowIsTranslucent">true < /item>
就能达到预期效果了。
但是,事情是这样的,我为了强制竖屏,然后,小米和华为并不支持强制横竖屏(Manifest 设置不行,普通代码设置也不行,都会崩溃) 然后网上找到了个方法是通过反射的方法,…
-
```
public class ViewPagerActivity extends SwipeBackActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setCont…
-
在部分sdk上设置android:windowIsTranslucent会导致crash,具体见https://zhuanlan.zhihu.com/p/32190223,swipebacklayout 作者有写一个利用反射兼容android:windowIsTranslucen的[工具](https://github.com/ikew0ng/SwipeBackLayout/blob/e4ddae…
-
在使用过程中偶尔遇到这个问题
不知道是不是哪里使用错误了?
-
不能只用Fragment吗?我不想Activity滑动返回,只想Fragment才这样不行吗,异常Activity也要继承