安卓基础之按比例布局layout_weight和weightSum

再看开发文档中对layout_weight属性的描述:

“定义weight总和的最大值。如果未指定该值,以所有子视图的layout_weight属性的累加值作为总和的最大值。一个典型的案例是:通过指定子视图的layout_weight属性为0.5,并设置LinearLayout的weightSum属性为1.0,实现子视图占据可用宽度的50。”

XML文件仅仅包含一个Button,它的宽度占据整个屏幕的一半,代码如下:

[html] view
plain
copy

  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="fill_parent"
  3. android:layout_height="fill_parent"
  4. android:background="#ffffff"
  5. android:gravity="center"
  6. android:orientation="horizontal"
  7. android:weightSum="1" >
  8. <Button
  9. android:layout_width="0dp"
  10. android:layout_height="wrap_content"
  11. android:layout_weight="0.5"
  12. android:text="@string/activity_main_click_me" />
  13. </LinearLayout>

在上面的xml中,指定Button的android:layout_width属性为0dp,因此需要根据android:weightSum属性决定Button的width。

假设有一个宽度是200dp,android:weightSum属性是1.0的LinearLayout。

在这个LinearLayout中的Button宽度的计算公式如下:

[plain] view
plain
copy

  1. Button‘s width + Button‘s weight * 200 / sum(weight)

指定Button的width为0dp,weight为0.5,sum(weight)等于1,那么结果如下。

0 + 0.5 * 200 / 1 = 100

当需要根据比例分配布局可用空间的时候,使用LinearLayout的weight属性是很有必要的,这避免了使用硬编码的方式带来的副作用。

如果目标平台是Honeycomb并且使用Fragment,那么大多数案例中都是使用weight在布局文件中为Fragment分配空间。

深入理解如何使用weight会为开发者增添一项重要技能。

http://www.foooooot.com/userindex/289738/?cr

http://www.foooooot.com/userindex/289739/?cr

http://www.foooooot.com/userindex/289740/?cr

http://www.foooooot.com/userindex/289741/?cr

http://www.foooooot.com/userindex/289742/?cr

http://www.foooooot.com/userindex/289743/?cr

http://www.foooooot.com/userindex/289744/?cr

http://www.foooooot.com/userindex/289745/?cr

http://www.foooooot.com/userindex/289746/?cr

http://www.foooooot.com/userindex/289747/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/289748/?cr

http://www.foooooot.com/userindex/289749/?cr

http://www.foooooot.com/userindex/289750/?cr

http://www.foooooot.com/userindex/289751/?cr

http://www.foooooot.com/userindex/289752/?cr

http://www.foooooot.com/userindex/289753/?cr

http://www.foooooot.com/userindex/289754/?cr

http://www.foooooot.com/userindex/289755/?cr

http://www.foooooot.com/userindex/289756/?cr

http://www.foooooot.com/userindex/289757/?cr

http://www.foooooot.com/userindex/289759/?cr

http://www.foooooot.com/userindex/289760/?cr

http://www.foooooot.com/userindex/289761/?cr

http://www.foooooot.com/userindex/289762/?cr

http://www.foooooot.com/userindex/289763/?cr

http://www.foooooot.com/userindex/289764/?cr

http://www.foooooot.com/userindex/289765/?cr

http://www.foooooot.com/userindex/289766/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/289767/?cr

http://www.foooooot.com/userindex/289768/?cr

http://www.foooooot.com/userindex/289769/?cr

http://www.foooooot.com/userindex/289770/?cr

http://www.foooooot.com/userindex/289771/?cr

http://www.foooooot.com/userindex/289772/?cr

http://www.foooooot.com/userindex/289773/?cr

http://www.foooooot.com/userindex/289774/?cr

http://www.foooooot.com/userindex/289775/?cr

http://www.foooooot.com/userindex/289776/?cr

http://www.foooooot.com/userindex/289777/?cr

http://www.foooooot.com/userindex/289778/?cr

http://www.foooooot.com/userindex/289779/?cr

http://www.foooooot.com/userindex/289780/?cr

http://www.foooooot.com/userindex/289781/?cr

http://www.foooooot.com/userindex/289782/?cr

http://www.foooooot.com/userindex/289783/?cr

http://www.foooooot.com/userindex/289784/?cr

http://www.foooooot.com/userindex/289785/?cr

http://www.foooooot.com/userindex/289787/?cr

http://www.foooooot.com/userindex/289788/?cr

http://www.foooooot.com/userindex/289790/?cr

http://www.foooooot.com/userindex/289791/?cr

http://www.foooooot.com/userindex/289792/?cr

http://www.foooooot.com/userindex/289793/?cr

http://www.foooooot.com/userindex/289794/?cr

http://www.foooooot.com/userindex/289795/?cr

http://www.foooooot.com/userindex/289796/?cr

http://www.foooooot.com/userindex/289797/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/289798/?cr

http://www.foooooot.com/userindex/289799/?cr

http://www.foooooot.com/userindex/289800/?cr

http://www.foooooot.com/userindex/289801/?cr

http://www.foooooot.com/userindex/289802/?cr

http://www.foooooot.com/userindex/289803/?cr

http://www.foooooot.com/userindex/289804/?cr

http://www.foooooot.com/userindex/289805/?cr

http://www.foooooot.com/userindex/289806/?cr

http://www.foooooot.com/userindex/289807/?cr

http://www.foooooot.com/userindex/289808/?cr

http://www.foooooot.com/userindex/289809/?cr

http://www.foooooot.com/userindex/289810/?cr

http://www.foooooot.com/userindex/289812/?cr

http://www.foooooot.com/userindex/289813/?cr

http://www.foooooot.com/userindex/289815/?cr

http://www.foooooot.com/userindex/289816/?cr

http://www.foooooot.com/userindex/289817/?cr

http://www.foooooot.com/userindex/289818/?cr

http://www.foooooot.com/userindex/289819/?cr

http://www.foooooot.com/userindex/289820/?cr

http://www.foooooot.com/userindex/289821/?cr

http://www.foooooot.com/userindex/289822/?cr

http://www.foooooot.com/userindex/289823/?cr

http://www.foooooot.com/userindex/289824/?cr

http://www.foooooot.com/userindex/289825/?cr

http://www.foooooot.com/userindex/289826/?cr

http://www.foooooot.com/userindex/289827/?cr

http://www.foooooot.com/userindex/289828/?cr

http://www.foooooot.com/userindex/289829/?cr

http://www.foooooot.com/userindex/289830/?cr

http://www.foooooot.com/userindex/289831/?cr

http://www.foooooot.com/userindex/289832/?cr

http://www.foooooot.com/userindex/289833/?cr

http://www.foooooot.com/userindex/289834/?cr

http://www.foooooot.com/userindex/289835/?cr

http://www.foooooot.com/userindex/289836/?cr

http://www.foooooot.com/userindex/289837/?cr

http://www.foooooot.com/userindex/289838/?cr

http://www.foooooot.com/userindex/289839/?cr

http://www.foooooot.com/userindex/289840/?cr

http://www.foooooot.com/userindex/289841/?cr

http://www.foooooot.com/userindex/289842/?cr

http://www.foooooot.com/userindex/289843/?cr

http://www.foooooot.com/userindex/289844/?cr

http://www.foooooot.com/userindex/289845/?cr

http://www.foooooot.com/userindex/289846/?cr

http://www.foooooot.com/userindex/289847/?cr

http://www.foooooot.com/userindex/289848/?cr

http://www.foooooot.com/userindex/289849/?cr

http://www.foooooot.com/userindex/289850/?cr

http://www.foooooot.com/userindex/289851/?cr

http://www.foooooot.com/userindex/289852/?cr

http://www.foooooot.com/userindex/289853/?cr

http://www.foooooot.com/userindex/289854/?cr

http://www.foooooot.com/userindex/289855/?cr

http://www.foooooot.com/userindex/289856/?cr

http://www.foooooot.com/userindex/289857/?cr

http://www.foooooot.com/userindex/289858/?cr

http://www.foooooot.com/userindex/289859/?cr

http://www.foooooot.com/userindex/289860/?cr

http://www.foooooot.com/userindex/289861/?cr

http://www.foooooot.com/userindex/289862/?cr

http://www.foooooot.com/userindex/289863/?cr

http://www.foooooot.com/userindex/289864/?cr

http://www.foooooot.com/userindex/289865/?cr

http://www.foooooot.com/userindex/289866/?cr

http://www.foooooot.com/userindex/289867/?cr

http://www.foooooot.com/userindex/289868/?cr

http://www.foooooot.com/userindex/289869/?cr

http://www.foooooot.com/userindex/289870/?cr

http://www.foooooot.com/userindex/289871/?cr

http://www.foooooot.com/userindex/289872/?cr

http://www.foooooot.com/userindex/289873/?cr

http://www.foooooot.com/userindex/289874/?cr

http://www.foooooot.com/userindex/289875/?cr

http://www.foooooot.com/userindex/289876/?cr

http://www.foooooot.com/userindex/289877/?cr

http://www.foooooot.com/userindex/289878/?cr

http://www.foooooot.com/userindex/289879/?cr

http://www.foooooot.com/userindex/289880/?cr

http://www.foooooot.com/userindex/289881/?cr

http://www.foooooot.com/userindex/289882/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/289884/?cr

http://www.foooooot.com/userindex/289885/?cr

http://www.foooooot.com/userindex/289886/?cr

http://www.foooooot.com/userindex/289887/?cr

http://www.foooooot.com/userindex/289888/?cr

http://www.foooooot.com/userindex/289889/?cr

http://www.foooooot.com/userindex/289890/?cr

http://www.foooooot.com/userindex/289891/?cr

http://www.foooooot.com/userindex/289892/?cr

http://www.foooooot.com/userindex/289893/?cr

http://www.foooooot.com/userindex/289894/?cr

http://www.foooooot.com/userindex/289895/?cr

http://www.foooooot.com/userindex/289896/?cr

http://www.foooooot.com/userindex/289897/?cr

http://www.foooooot.com/userindex/289898/?cr

http://www.foooooot.com/userindex/289899/?cr

http://www.foooooot.com/userindex/289900/?cr

http://www.foooooot.com/userindex/289901/?cr

http://www.foooooot.com/userindex/289903/?cr

http://www.foooooot.com/userindex/289904/?cr

http://www.foooooot.com/userindex/289905/?cr

http://www.foooooot.com/userindex/289906/?cr

http://www.foooooot.com/userindex/289907/?cr

http://www.foooooot.com/userindex/289908/?cr

http://www.foooooot.com/userindex/289909/?cr

http://www.foooooot.com/userindex/289910/?cr

http://www.foooooot.com/userindex/289911/?cr

http://www.foooooot.com/userindex/289912/?cr

http://www.foooooot.com/userindex/289913/?cr

http://www.foooooot.com/userindex/289914/?cr

http://www.foooooot.com/userindex/289915/?cr

http://www.foooooot.com/userindex/289916/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/289917/?cr

http://www.foooooot.com/userindex/289918/?cr

http://www.foooooot.com/userindex/289919/?cr

http://www.foooooot.com/userindex/289920/?cr

http://www.foooooot.com/userindex/289921/?cr

http://www.foooooot.com/userindex/289922/?cr

http://www.foooooot.com/userindex/289923/?cr

http://www.foooooot.com/userindex/289924/?cr

http://www.foooooot.com/userindex/289925/?cr

http://www.foooooot.com/userindex/289926/?cr

http://www.foooooot.com/userindex/289927/?cr

http://www.foooooot.com/userindex/289928/?cr

http://www.foooooot.com/userindex/289929/?cr

http://www.foooooot.com/userindex/289930/?cr

http://www.foooooot.com/userindex/289931/?cr

http://www.foooooot.com/userindex/289932/?cr

http://www.foooooot.com/userindex/289933/?cr

http://www.foooooot.com/userindex/289934/?cr

http://www.foooooot.com/userindex/289935/?cr

http://www.foooooot.com/userindex/289936/?cr

http://www.foooooot.com/userindex/289937/?cr

http://www.foooooot.com/userindex/289938/?cr

http://www.foooooot.com/userindex/289939/?cr

http://www.foooooot.com/userindex/289940/?cr

http://www.foooooot.com/userindex/289941/?cr

http://www.foooooot.com/userindex/289942/?cr

http://www.foooooot.com/userindex/289943/?cr

http://www.foooooot.com/userindex/289945/?cr

http://www.foooooot.com/userindex/289946/?cr

http://www.foooooot.com/userindex/289947/?cr

http://www.foooooot.com/userindex/289948/?cr

http://www.foooooot.com/userindex/289949/?cr

http://www.foooooot.com/userindex/289950/?cr

http://www.foooooot.com/userindex/289951/?cr

http://www.foooooot.com/userindex/289953/?cr

http://www.foooooot.com/userindex/289954/?cr

http://www.foooooot.com/userindex/289955/?cr

http://www.foooooot.com/userindex/289956/?cr

http://www.foooooot.com/userindex/289957/?cr

http://www.foooooot.com/userindex/289958/?cr

http://www.foooooot.com/userindex/289959/?cr

http://www.foooooot.com/userindex/289960/?cr

http://www.foooooot.com/userindex/289961/?cr

http://www.foooooot.com/userindex/289962/?cr

http://www.foooooot.com/userindex/289963/?cr

http://www.foooooot.com/userindex/289964/?cr

http://www.foooooot.com/userindex/289965/?cr

http://www.foooooot.com/userindex/289966/?cr

http://www.foooooot.com/userindex/289967/?cr

http://www.foooooot.com/userindex/289968/?cr

http://www.foooooot.com/userindex/289969/?cr

http://www.foooooot.com/userindex/289970/?cr

http://www.foooooot.com/userindex/289971/?cr

http://www.foooooot.com/userindex/289972/?cr

http://www.foooooot.com/userindex/289973/?cr

http://www.foooooot.com/userindex/289974/?cr

http://www.foooooot.com/userindex/289975/?cr

http://www.foooooot.com/userindex/289976/?cr

http://www.foooooot.com/userindex/289977/?cr

http://www.foooooot.com/userindex/289978/?cr

http://www.foooooot.com/userindex/289979/?cr

http://www.foooooot.com/userindex/289981/?cr

http://www.foooooot.com/userindex/289982/?cr

http://www.foooooot.com/userindex/289983/?cr

http://www.foooooot.com/userindex/289984/?cr

http://www.foooooot.com/userindex/289985/?cr

http://www.foooooot.com/userindex/289986/?cr

http://www.foooooot.com/userindex/289987/?cr

http://www.foooooot.com/userindex/289988/?cr

http://www.foooooot.com/userindex/289989/?cr

http://www.foooooot.com/userindex/289990/?cr

http://www.foooooot.com/userindex/289991/?cr

http://www.foooooot.com/userindex/289992/?cr

http://www.foooooot.com/userindex/289993/?cr

http://www.foooooot.com/userindex/289994/?cr

http://www.foooooot.com/userindex/289995/?cr

http://www.foooooot.com/userindex/289996/?cr

http://www.foooooot.com/userindex/289997/?cr

http://www.foooooot.com/userindex/289998/?cr

http://www.foooooot.com/userindex/289999/?cr

http://www.foooooot.com/userindex/290000/?cr

http://www.foooooot.com/userindex/290001/?cr

http://www.foooooot.com/userindex/290002/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/290003/?cr

http://www.foooooot.com/userindex/290004/?cr

http://www.foooooot.com/userindex/290005/?cr

http://www.foooooot.com/userindex/290006/?cr

http://www.foooooot.com/userindex/290007/?cr

http://www.foooooot.com/userindex/290008/?cr

http://www.foooooot.com/userindex/290009/?cr

http://www.foooooot.com/userindex/290010/?cr

http://www.foooooot.com/userindex/290011/?cr

http://www.foooooot.com/userindex/290013/?cr

http://www.foooooot.com/userindex/290014/?cr

http://www.foooooot.com/userindex/290015/?cr

http://www.foooooot.com/userindex/290016/?cr

http://www.foooooot.com/userindex/290017/?cr

http://www.foooooot.com/userindex/290018/?cr

http://www.foooooot.com/userindex/290019/?cr

http://www.foooooot.com/userindex/290020/?cr

http://www.foooooot.com/userindex/290021/?cr

http://www.foooooot.com/userindex/290022/?cr

http://www.foooooot.com/userindex/290023/?cr

http://www.foooooot.com/userindex/290024/?cr

http://www.foooooot.com/userindex/290025/?cr

http://www.foooooot.com/userindex/290026/?cr

http://www.foooooot.com/userindex/290028/?cr

http://www.foooooot.com/userindex/290029/?cr

http://www.foooooot.com/userindex/290030/?cr

http://www.foooooot.com/userindex/290031/?cr

http://www.foooooot.com/userindex/290032/?cr

http://www.foooooot.com/userindex/290033/?cr

http://www.foooooot.com/userindex/290034/?cr

http://www.foooooot.com/userindex/290035/?cr

http://www.foooooot.com/userindex/290036/?cr

http://www.foooooot.com/userindex/290037/?cr

http://www.foooooot.com/userindex/290038/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/290039/?cr

http://www.foooooot.com/userindex/290040/?cr

http://www.foooooot.com/userindex/290041/?cr

http://www.foooooot.com/userindex/290042/?cr

http://www.foooooot.com/userindex/290043/?cr

http://www.foooooot.com/userindex/290044/?cr

http://www.foooooot.com/userindex/290045/?cr

http://www.foooooot.com/userindex/290046/?cr

http://www.foooooot.com/userindex/290047/?cr

http://www.foooooot.com/userindex/290048/?cr

http://www.foooooot.com/userindex/290049/?cr

http://www.foooooot.com/userindex/290050/?cr

http://www.foooooot.com/userindex/290051/?cr

http://www.foooooot.com/userindex/290052/?cr

http://www.foooooot.com/userindex/290053/?cr

http://www.foooooot.com/userindex/290054/?cr

http://www.foooooot.com/userindex/290055/?cr

http://www.foooooot.com/userindex/290056/?cr

http://www.foooooot.com/userindex/290057/?cr

http://www.foooooot.com/userindex/290058/?cr

http://www.foooooot.com/userindex/290059/?cr

http://www.foooooot.com/userindex/290060/?cr

http://www.foooooot.com/userindex/290061/?cr

http://www.foooooot.com/userindex/290062/?cr

http://www.foooooot.com/userindex/290063/?cr

http://www.foooooot.com/userindex/290064/?cr

http://www.foooooot.com/userindex/290065/?cr

http://www.foooooot.com/userindex/290066/?cr

http://www.foooooot.com/userindex/290067/?cr

http://www.foooooot.com/userindex/290068/?cr

http://www.foooooot.com/userindex/290069/?cr

http://www.foooooot.com/userindex/290070/?cr

http://www.foooooot.com/userindex/290071/?cr

http://www.foooooot.com/userindex/290072/?cr

http://www.foooooot.com/userindex/290073/?cr

http://www.foooooot.com/userindex/290074/?cr

http://www.foooooot.com/userindex/290075/?cr

http://www.foooooot.com/userindex/290076/?cr

http://www.foooooot.com/userindex/290077/?cr

http://www.foooooot.com/userindex/290078/?cr

http://www.foooooot.com/userindex/290079/?cr

http://www.foooooot.com/userindex/290080/?cr

http://www.foooooot.com/userindex/290081/?cr

http://www.foooooot.com/userindex/290082/?cr

http://www.foooooot.com/userindex/290083/?cr

http://www.foooooot.com/userindex/290084/?cr

http://www.foooooot.com/userindex/290085/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/290086/?cr

http://www.foooooot.com/userindex/290087/?cr

http://www.foooooot.com/userindex/290088/?cr

http://www.foooooot.com/userindex/290089/?cr

http://www.foooooot.com/userindex/290090/?cr

http://www.foooooot.com/userindex/290091/?cr

http://www.foooooot.com/userindex/290092/?cr

http://www.foooooot.com/userindex/290093/?cr

http://www.foooooot.com/userindex/290094/?cr

http://www.foooooot.com/userindex/290095/?cr

http://www.foooooot.com/userindex/290096/?cr

http://www.foooooot.com/userindex/290097/?cr

http://www.foooooot.com/userindex/290098/?cr

http://www.foooooot.com/userindex/290099/?cr

http://www.foooooot.com/userindex/290100/?cr

http://www.foooooot.com/userindex/290101/?cr

http://www.foooooot.com/userindex/290102/?cr

http://www.foooooot.com/userindex/290103/?cr

http://www.foooooot.com/userindex/290104/?cr

http://www.foooooot.com/userindex/290105/?cr

http://www.foooooot.com/userindex/290106/?cr

http://www.foooooot.com/userindex/290107/?cr

http://www.foooooot.com/userindex/290108/?cr

http://www.foooooot.com/userindex/290109/?cr

http://www.foooooot.com/userindex/290110/?cr

http://www.foooooot.com/userindex/290111/?cr

http://www.foooooot.com/userindex/290112/?cr

http://www.foooooot.com/userindex/290113/?cr

http://www.foooooot.com/userindex/290114/?cr

http://www.foooooot.com/userindex/290115/?cr

http://www.foooooot.com/userindex/290116/?cr

http://www.foooooot.com/userindex/290117/?cr

http://www.foooooot.com/userindex/290118/?cr

http://www.foooooot.com/userindex/290119/?cr

http://www.foooooot.com/userindex/290120/?cr

http://www.foooooot.com/userindex/290121/?cr

http://www.foooooot.com/userindex/290122/?cr

http://www.foooooot.com/userindex/290123/?cr

http://www.foooooot.com/userindex/290124/?cr

http://www.foooooot.com/userindex/290126/?cr

http://www.foooooot.com/userindex/290127/?cr

http://www.foooooot.com/userindex/290128/?cr

http://www.foooooot.com/userindex/290129/?cr

http://www.foooooot.com/userindex/290130/?cr

http://www.foooooot.com/userindex/290131/?cr

http://www.foooooot.com/userindex/290132/?cr

http://www.foooooot.com/userindex/290133/?cr

http://www.foooooot.com/userindex/gister_failed"/?cr

http://www.foooooot.com/userindex/290134/?cr

http://www.foooooot.com/userindex/290135/?cr

http://www.foooooot.com/userindex/290136/?cr

http://www.foooooot.com/userindex/290137/?cr

http://www.foooooot.com/userindex/290138/?cr

http://www.foooooot.com/userindex/290139/?cr

http://www.foooooot.com/userindex/290140/?cr

http://www.foooooot.com/userindex/290141/?cr

http://www.foooooot.com/userindex/290143/?cr

http://www.foooooot.com/userindex/290144/?cr

http://www.foooooot.com/userindex/290145/?cr

http://www.foooooot.com/userindex/290146/?cr

http://www.foooooot.com/userindex/290147/?cr

http://www.foooooot.com/userindex/290148/?cr

http://www.foooooot.com/userindex/290149/?cr

http://www.foooooot.com/userindex/290150/?cr

http://www.foooooot.com/userindex/290151/?cr

http://www.foooooot.com/userindex/290152/?cr

http://www.foooooot.com/userindex/290153/?cr

http://www.foooooot.com/userindex/290154/?cr

http://www.foooooot.com/userindex/290155/?cr

http://www.foooooot.com/userindex/290156/?cr

http://www.foooooot.com/userindex/290157/?cr

http://www.foooooot.com/userindex/290158/?cr

http://www.foooooot.com/userindex/290159/?cr

http://www.foooooot.com/userindex/290160/?cr

http://www.foooooot.com/userindex/290161/?cr

http://www.foooooot.com/userindex/290162/?cr

http://www.foooooot.com/userindex/290163/?cr

http://www.foooooot.com/userindex/290164/?cr

http://www.foooooot.com/userindex/290165/?cr

http://www.foooooot.com/userindex/290166/?cr

http://www.foooooot.com/userindex/290167/?cr

http://www.foooooot.com/userindex/290168/?cr

http://www.foooooot.com/userindex/290169/?cr

http://www.foooooot.com/userindex/290170/?cr

http://www.foooooot.com/userindex/290171/?cr

http://www.foooooot.com/userindex/290172/?cr

http://www.foooooot.com/userindex/290173/?cr

http://www.foooooot.com/userindex/290174/?cr

http://www.foooooot.com/userindex/290175/?cr

http://www.foooooot.com/userindex/290176/?cr

http://www.foooooot.com/userindex/290177/?cr

http://www.foooooot.com/userindex/290178/?cr

http://www.foooooot.com/userindex/290179/?cr

http://www.foooooot.com/userindex/290180/?cr

http://www.foooooot.com/userindex/290181/?cr

http://www.foooooot.com/userindex/290182/?cr

http://www.foooooot.com/userindex/290183/?cr

http://www.foooooot.com/userindex/290184/?cr

http://www.foooooot.com/userindex/290185/?cr

http://www.foooooot.com/userindex/290186/?cr

http://www.foooooot.com/userindex/290187/?cr

http://www.foooooot.com/userindex/290188/?cr

http://www.foooooot.com/userindex/290189/?cr

http://www.foooooot.com/userindex/290190/?cr

http://www.foooooot.com/userindex/290191/?cr

http://www.foooooot.com/userindex/290192/?cr

http://www.foooooot.com/userindex/290193/?cr

http://www.foooooot.com/userindex/290194/?cr

http://www.foooooot.com/userindex/290195/?cr

http://www.foooooot.com/userindex/290196/?cr

http://www.foooooot.com/userindex/290197/?cr

http://www.foooooot.com/userindex/290198/?cr

http://www.foooooot.com/userindex/290199/?cr

http://www.foooooot.com/userindex/290200/?cr

版权声明:本文为博主原创文章,未经博主允许不得转载。

时间: 2024-08-01 16:31:38

安卓基础之按比例布局layout_weight和weightSum的相关文章

Android基础01 快速入门 &amp; 布局

Android基础01 快速入门 & 布局 01.01  手机制式 第一代模拟制式手机(1G):1G就是大哥大,手机类似于简单的无线电双工电台,通话是锁定在一定频率,所以使用可调频电台就可以窃听通话.   第二代GSM.CDMA等数字手机(2G):手机使用PHS,GSM或者CDMA这些十分成熟的标准,具有稳定的通话质量和合适的待机时间,支持彩信业务的GPRS和上网业务的WAP服务,以及各式各样的Java程序等. 第三代移动通信技术(3G):3G,是英文3rd Generation的缩写,指第三代

安卓app开发-05-Android xml布局详细介绍

安卓app开发-05-Android xml布局详细介绍 虽然说有 墨刀,墨客 这些图形化开发工具来做 Android 的界面设计,但是我们还是离不开要去学习做安卓原生app,学习 xml 布局还是必要的 (1)准备 首先我们要了解 android 到底有那些布局,和每个布局类型的区别 学习时最好打开 Android Studio 打开 xml 文件对应看一下 配置参数的详细含义不用着急全部理解,放在文章后面,可收藏做查阅[可通过目录跳转] (2)学习目标 学习下xml的布局文件具体写法.这一节

安卓基础01

安卓基础01 SDK System images 这是在创建模拟器时需要的system image,也就是在创建模拟器时CPU/ABI项需要选择的,下载并解压后,将解压出的整个文件夹复制或者移动到 your sdk 路径/system-images文件夹下即可, 如果没有 system-images目录就先 创建此文件夹,然后打开SDK Manager,打开Tools(工 具)菜单选择Options(选项)菜单项打开Android SDK Manager Setting对话框,点击Clear C

回顾安卓基础

以前老张教c的时候说过:学的越多,总结的越少,就越好. 开始的时候不能理解,现在终于慢慢悟出了. 准备慢慢总结一下经常用到的安卓基础,算是重温一下美好记忆吧.个人博客记录个人心得,希望开心自己的同时也能够帮助别人. 从布局开始吧: 总结相对布局: 1.父控件与子控件的关系(alignParentXXX) 2.控件与指定控件的位置关系.(above,below,toRightOf,toLeftOf) 3.控件与指定控件的对其关系(alignTop,alignBottom,alignLeft,ali

安卓基础开发-短信发送器

一个安卓基础开发小案例,短信发送器: 代码演示图: 布局文件: activity_main.xml <span style="font-family:Comic Sans MS;font-size:14px;"><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/

安卓基础

1.  Service 服务 (是一个没有用户界面的在后台运行执行耗时操作的应用组件) 第一种方式: (startService 未绑定, 当程序退出,若没有停止服务则会继续在后台运行) //继承 Service public class MyService extends Service { private String tag = "MyService"; @Override public IBinder onBind(Intent intent) { // TODO Auto-g

安卓开发-使用XML菜单布局简单介绍

使用xml布局菜单 目前为止我们都是通过硬编码来增加菜单项的,android为此提供了一种更便利的方式,就是把menu也定义为应用程序的资源,通过android对资源的本地支持,使我们可以更方便地实现菜单的创建与响应.这一篇就介绍如何使用XML文件来加载和响应菜单,我们需要做这几步:  一般我们都是通过硬编码来增加菜单项的,例如我们之前介绍的.google为此提供了一种更便利的方式,就是 在/res目录下创建menu文件夹 在menu目录下使用与menu相关的元素定义xml文件,文件名任意,an

Android中设置半个屏幕大小且居中的按钮布局 (layout_weight属性)

先看如下布局 : 上图中,按钮的大小为屏幕的一半,然后居中显示在布局中央,每个人心中都有自己的答案,看看我的方法吧,布局布局xml如下 : <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/main_layout&

安卓基础之主题/样式

安卓基础之主题/样式 样式:一般作用在控件上,使多个控件拥有相同风格 主题:一般作用清单文件的activity或application结点下 样式Style的使用 系统自动在app/res/values/路径下建立style.xml文件,用来添加,引用Style,因此一般情况下我们在这个文件中定义自己的Style就可以了. 定义好一个style后,我们就可以在定义控件时调用这个Style 如果我们要在界面中定义样式相似的多个组件,我们可以把控件中的相同的属性抽出来,自定义Style,定义控件时引