Android系统主题样式属性

的属性设置

    android:layout_width="match_parent"
    android:layout_height="?android:attr/listPreferredItemHeightSmall"
    android:paddingLeft="?android:attr/listPreferredItemPaddingLeft"
    android:paddingRight="?android:attr/listPreferredItemPaddingRight"
    android:background="?android:attr/activatedBackgroundIndicator"

的属性设置

android:textAppearance="?android:attr/textAppearanceListItemSmall"
android:layout_gravity="center_vertical"


style="?android:attr/progressBarStyle" 中环形

style="?android:attr/progressBarStyleHorizontal" 水平进度条

style="?android:attr/progressBarStyleInverse" 中环形进度条(反方向)

style="?android:attr/progressBarStyleLarge" 大环形进度条

style="?android:attr/progressBarStyleLargeInverse" 大环形进度条(反方向)

style="?android:attr/progressBarStyleSmall" 小环形进度条

style="?android:attr/progressBarStyleSmallInverse" 小环形进度条(反方向)

style="?android:attr/progressBarStyleSmallTitle" 




你可能感兴趣的:(Android)