Android资源适配,android的基础ui组件

Android资源适配,android的基础ui组件,第1张

Android资源适配,android的基础ui组件

layout/main.xml

[html]  view plain copy

      

    android:orientation=“vertical”

    android:layout_width=“fill_parent”

    android:layout_height=“fill_parent”

    >

    android:layout_width=“wrap_content”

    android:layout_height=“wrap_content”

    android:src="@drawable/icon"

    />

    android:layout_width=“wrap_content”

    android:layout_height=“wrap_content”

    android:background="@drawable/icon"

    />

    android:layout_width=“fill_parent”

    android:layout_height=“fill_parent”

    android:text=“layout only”/>

layout-finger/main.xml

[html]  view plain copy

      

    android:orientation=“vertical”

    android:layout_width=“fill_parent”

    android:layout_height=“fill_parent”

    >

    android:layout_width=“wrap_content”

    android:layout_height=“wrap_content”

    android:src="@drawable/icon"

    />

    android:layout_width=“wrap_content”

    android:layout_height=“wrap_content”

    android:background="@drawable/icon"

    />

    android:layout_width=“fill_parent”

    android:layout_height=“fill_parent”

    android:text=“layout-finger”/>

layout-land-finger/main.xml

[html]  view plain copy
/details/6654810# “copy”)

      

    android:orientation=“vertical”

    android:layout_width=“fill_parent”

    android:layout_height=“fill_parent”

    >

    android:layout_width=“wrap_content”

    android:layout_height=“wrap_content”

    android:src="@drawable/icon"

    />

    android:layout_width=“wrap_content”

    android:layout_height=“wrap_content”

    android:background="@drawable/icon"

    />

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

原文地址: http://outofmemory.cn/zaji/5716519.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-18

发表评论

登录后才能评论

评论列表(0条)

保存