아래의 xml 프로그래스바를 자바코드로 구현하려고 합니다.


<ProgressBar 
    android:id="@+id/ID_PGB_RCVPER"
        style="?android:attr/progressBarStyleHorizontal" 
        android:layout_width="200dip"
        android:layout_height="30dip"
        android:max="100"
        android:progress="0">
    </ProgressBar>



하지만 세번째줄 "style="?android:attr/progressBarStyleHorizontal"  style은 자바코드로 

어떻게 표현해야 하는지 알수가없어서 이렇게 질문 올립니다.(progressbar api 에도 style 메서드는 보이지가 않습니다.T.T)