This commit is contained in:
wangcongtao
2020-03-25 09:54:24 +08:00
parent ea437d47ca
commit 81d3cbfac0
12 changed files with 90 additions and 25 deletions

View File

@@ -195,6 +195,8 @@ public class MainActivity extends MvpActivity< MainView, MainPresenter > impleme
mCoverUpLayout = findViewById( R.id.module_main_id_cover_up );
mCardCoverUpBottomLayout = findViewById( R.id.module_main_id_card_cover_up_bottom );
// 避免事件穿透导致地图被滑动
mLeftShadowFrame.setOnClickListener( view -> {} );
WindowViewHandler.init( mFloatingLayout );
}

View File

@@ -2,7 +2,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient android:angle="270" android:endColor="#00222222" android:startColor="#99000000" />
<gradient android:angle="270" android:endColor="#00222222" android:startColor="#79000000" />
</shape>
</item>
</selector>