摘要:
android:drawable放一个drawable资源android:state_pressed 是否按下,如一个按钮触摸或者点击。android:state_focused 是否取得焦点,比如用户选择了一个文本框。android:state_hovered 光标是否悬停,通常与focused ... 阅读全文
摘要:
例子,在ScrollView下加入的组件,无论如何也不能自动扩展到屏幕高度。布局文件。[html] 效果图。.尽管已经设置了android:layout_height="fill_parent",但是,整个LinearLayout和TextView还是不能充满整个屏幕。解决办法。在Scrol... 阅读全文