為什么我在聲明命名空間后無法改變進度條的顏色等屬性呢
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
? ?xmlns:xym="http://schemas.android.com/apk/res-auto"
? ?android:orientation="vertical"
? ?android:layout_width="match_parent"
? ?android:layout_height="match_parent">
?<com.example.ironbear.activitylifecycletest.progressbarView.HorizontalProgressBarWithProgress
? ? ? ?android:layout_width="match_parent"
? ? ? ?android:layout_height="wrap_content"
? ? ? ?android:padding="15dp"
? ? ? ?android:progress="20"
? ? ? ?xym:progress_reach_color="#610"
? ? ? ?xym:progress_unreach_color="#111"
? ? ? ?/>
</LinearLayout>
2016-11-12
xmlns:xym="
apk/后面應該是你的包名哦