1、新增依賴:
compile 'me.imid.swipebacklayout.lib:library:1.0.0'2、基類activity繼承swipebackactivity
baseactivity3、不需要右滑的activity在oncreate中新增以下語句即可:extends swipebackactivity
getswipebacklayout().setenablegesture(false);5、新增混淆//關閉右滑返回上一級
name=
"android:windowistranslucent"
>true
#swipebacklayout6、解決滑動返回上乙個activity出現桌面的bug-dontwarnme.imid.swipebacklayout.lib.**
-keepclass me.imid.swipebacklayout.lib.**
單獨為主介面activity設定以下屬性
name="android:windowistranslucent"
>false
微信小程式仿微信語音
先看一下效果 觸控開始 touchstart function e this.recordermanager.start 觸控結束 touchend function e this.recordermanager.stop console.log 按了 shijian 秒 console.log w...
仿微信發起群聊
做安卓開發也有段時間了,一直看那些大神的部落格,一直在學習。這是第一次寫部落格,請多多指教。廢話不多說,上圖 寫這篇文章主要是記錄一下自己做專案時遇到的一些問題,當時寫這個功能的時候,也是在網上搜尋了不少關於這個功能的文字找資料,但是就沒有乙個符合我需求的。經過我自己的學習整合,總算把這個功能給搞定...
仿微信下滑介面
1.activity布局 android layout width match parent android layout height match parent android background color defaultbackgroundgray android orientation v...