此代码在Lollipop
下方正常运行。但是对于Marshmallow
,由于
android:background="@drawable/border_box_gray"
-
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/border_box_gray"
android:padding="10dp"
android:divider="@drawable/divider"
android:showDividers="middle"
android:layout_marginTop="20dp"
android:id="@+id/race_list_linearlayout">
这是border_box_ray xml文件
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"android:shape="rectangle" >
<solid android:color="#202020" />
<stroke android:width="1dip" android:color="#9b9b9b"/>
</shape>
我app:srcCompat
没有Gradle
。但我不知道如何解决这个问题。
答案 0 :(得分:0)
您似乎忘了在android:shape