隨筆雜記

             :: 首頁 :: 新隨筆 ::  ::  :: 管理 ::

          字體大小

          對于能夠顯示文字的控件(如TextView EditText RadioButton Button CheckBox Chronometer等等),你有時需要控制字體的大小。Android平臺定義了三種字體大小。

          "?android:attr/textAppearanceLarge"

          "?android:attr/textAppearanceMedium"

          "?android:attr/textAppearanceSmall"

          使用方法為:

          android:textAppearance="?android:attr/textAppearanceLarge" 
          android:textAppearance="?android:attr/textAppearanceMedium" 
          android:textAppearance="?android:attr/textAppearanceSmall"

          style="?android:attr/textAppearanceLarge" 
          style="?android:attr/textAppearanceMedium" 
          style="?android:attr/textAppearanceSmall"

          字體顏色

          android:textColor="?android:attr/textColorPrimary" 
          android:textColor="?android:attr/textColorSecondary" 
          android:textColor="?android:attr/textColorTertiary" 
          android:textColor="?android:attr/textColorPrimaryInverse" 
          android:textColor="?android:attr/textColorSecondaryInverse"

          ProgressBar

          style="?android:attr/progressBarStyleHorizontal" 
          style="?android:attr/progressBarStyleLarge" 
          style="?android:attr/progressBarStyleSmall" 
          style="?android:attr/progressBarStyleSmallTitle"

          分隔符

          橫向:

          <View android:layout_width="fill_parent" 
                android:layout_height="1dip" 
                android:background="?android:attr/listDivider" />

          縱向:

          <View android:layout_width="1dip" 
                android:layout_height="fill_parent" 
                android:background="?android:attr/listDivider" />

          CheckBox

          style="?android:attr/starStyle"

          類似標題欄效果的TextView

          style="?android:attr/listSeparatorTextViewStyle"

          其它有用的樣式

          android:layout_height="?android:attr/listPreferredItemHeight"

          android:paddingRight="?android:attr/scrollbarSize"

          style="?android:attr/windowTitleBackgroundStyle"

          style="?android:attr/windowTitleStyle"

          android:layout_height="?android:attr/windowTitleSize"

          android:background="?android:attr/windowBackground"

          posted on 2011-09-20 14:45 天宇恒星 閱讀(478) 評論(0)  編輯  收藏 所屬分類: Android
          主站蜘蛛池模板: 武义县| 焦作市| 县级市| 巩义市| 连江县| 垣曲县| 瑞丽市| 玛曲县| 平湖市| 都昌县| 雅江县| 锦屏县| 墨竹工卡县| 克山县| 奉贤区| 平潭县| 满洲里市| 郯城县| 新民市| 昌图县| 清水县| 保山市| 平邑县| 磴口县| 萨迦县| 高邮市| 泸西县| 射阳县| 兴安县| 朝阳县| 北流市| 墨玉县| 光泽县| 宾阳县| 棋牌| 广水市| 延安市| 岐山县| 广宗县| 绥芬河市| 安阳市|