android – 如何创建用户界面,如附件照片

android – 如何创建用户界面,如附件照片,第1张

概述任何人都可以告诉我这个照片效果叫什么.我想知道如何为这个附加的图像效果创建一个适配器. @Edited: 这是Android市场的示例照片.我想创建一个这样的布局.我想这应该被覆盖一个GridView适配器. 肖像截图 Photo http://i50.tinypic.com/donq4m.png 风景截图 Photo http://oi50.tinypic.com/foqipw.jpg 另一个截 任何人都可以告诉我这个照片效果叫什么.我想知道如何为这个附加的图像效果创建一个适配器.

@Edited:
这是Android市场的示例照片.我想创建一个这样的布局.我想这应该被覆盖一个GrIDVIEw适配器.

肖像截图

Photo http://i50.tinypic.com/donq4m.png

风景截图

Photo http://oi50.tinypic.com/foqipw.jpg

另一个截图

Photo http://i47.tinypic.com/103yek1.png

我非常抱歉,我的问题不清楚你们.

可能duplicate.

解决方法 你试过了吗
<?xml version="1.0" enCoding="utf-8"?><linearLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"    androID:layout_wIDth="match_parent"    androID:layout_height="match_parent"    androID:orIEntation="vertical" >    <linearLayout        androID:layout_wIDth="match_parent"        androID:layout_height="0dp"        androID:layout_weight="0.54" >        <button            androID:ID="@+ID/button01"            androID:layout_wIDth="0dp"            androID:layout_height="match_parent"            androID:layout_weight="1.00"            androID:text="button" />            <button            androID:ID="@+ID/button02"            androID:layout_wIDth="0dp"            androID:layout_height="match_parent"            androID:layout_weight="1.00"            androID:text="button" />        </linearLayout>    <button        androID:ID="@+ID/button3"        androID:layout_wIDth="match_parent"        androID:layout_height="wrap_content"        androID:text="button" />      <linearLayout        androID:layout_wIDth="match_parent"        androID:layout_height="99dp" >         <button            androID:ID="@+ID/button1"            androID:layout_wIDth="0dp"            androID:layout_height="match_parent"            androID:layout_weight="1"            androID:text="button" />          <button            androID:ID="@+ID/button2"            androID:layout_wIDth="0dp"            androID:layout_height="match_parent"            androID:layout_weight="1"            androID:text="button" />        </linearLayout>       <linearLayout        androID:layout_wIDth="match_parent"        androID:layout_height="0dp"        androID:layout_weight="1" >            <linearLayout            androID:layout_wIDth="0dp"            androID:layout_height="match_parent"            androID:layout_weight="1"            androID:orIEntation="vertical" >               <button                androID:ID="@+ID/button4"                androID:layout_wIDth="match_parent"                androID:layout_height="152dp"                androID:text="button" />                <button                androID:ID="@+ID/button5"                androID:layout_wIDth="match_parent"                androID:layout_height="wrap_content"                androID:text="button" />            </linearLayout>            <linearLayout            androID:layout_wIDth="0dp"            androID:layout_height="match_parent"            androID:layout_weight="1"            androID:orIEntation="vertical" >            <button                androID:ID="@+ID/button6"                androID:layout_wIDth="match_parent"                androID:layout_height="wrap_content"                androID:text="button" />            <button                androID:ID="@+ID/button7"                androID:layout_wIDth="match_parent"                androID:layout_height="match_parent"                androID:text="button" />        </linearLayout>    </linearLayout></linearLayout>

检查这个线程:Heterogeneous GridLayout

总结

以上是内存溢出为你收集整理的android – 如何创建用户界面,如附件照片全部内容,希望文章能够帮你解决android – 如何创建用户界面,如附件照片所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1132035.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存