8.11

2016-08-12  本文已影响5人  Hal_lucinogen
  1. 可以用一组RadioButton实现底栏Tab的功能
    (1). RadioGroup实际上是个LinearLayout,所以便会涉及到android:orientation这个属性。
    (2). 在RadioButton中,

(3). android:button="@null"表示删除Radio Button默认图标

  1. #00000000来表示透明(transparent),用#e0000000来表示半透明(translucent)。这不是RGB三原色光模式,而是RGBA。
上一篇 下一篇

猜你喜欢

热点阅读