您好我使用的linearlayout和它的屬性android:background使它的邊框顏色變灰。 當我切換到android 4.1。,從6.0佈局背景變成黑色(整個背景不只是像設置的3dip)。Android LinearLayout背景黑色
border.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="3dip"
android:color="#d3d3d3" />
</shape>
任何建議如何解決這個問題?
直接設置背景顏色,不僅行程 –