并不行还需要设置一个背景
call_bottom_tab.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<padding android:top="5dp" android:bottom="5dp" />
<solid android:color="@color/white" />
</shape>
微信扫一扫
并不行还需要设置一个背景
call_bottom_tab.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<padding android:top="5dp" android:bottom="5dp" />
<solid android:color="@color/white" />
</shape>
相关推荐