尺寸限定符
res/layout-large/main.xml 比如設(shè)備尺寸大于7inch就會選用這個(gè)文件下的資源
res/layout/main.xml
res/layout-large/main.xml 比如設(shè)備尺寸大于7inch就會選用這個(gè)文件下的資源
res/layout/main.xml
2016-12-02
weight的注意點(diǎn):只能在LinearLayout使用
計(jì)算出的寬度= 原來寬度+剩余空間所占百分比寬度
假設(shè)屏幕寬度是L,則match_parent是L
計(jì)算出的寬度= 原來寬度+剩余空間所占百分比寬度
假設(shè)屏幕寬度是L,則match_parent是L
2016-12-02
這個(gè)課程可以配合這篇文章學(xué)習(xí):http://www.cocoachina.com/android/20151030/13971.html,Makexml的源碼也在里面。
2016-09-16