展会信息港展会大全

ApiDemos中摘录的部分控件效果图
来源:互联网   发布日期:2016-01-13 21:38:52   浏览:1677次  

导读:1、RadioButton单选(RadioGroup)RadioGroupandroid:layout_width=match_parentandroid:layout_height=wrap_contentandroid:orientation=verticalRadioButtonandroid:id=@+id/radio1android:layout_......

1、RadioButton单选(RadioGroup)

<RadioGroup

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:orientation="vertical">

<RadioButton

android:id="@+id/radio1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="radiobutton_1"

/>

<RadioButton android:id="@+id/radio2"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="radiobutton_2"

/>

</RadioGroup>

2、checkbox星形样式:

<CheckBox android:id="@+id/star"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="收藏"

style="?android:attr/starStyle"

/>

4、ToggleButton:

<ToggleButton

android:id="@+id/toggle1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

/>

5、TextView

<TextView

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginTop="5dip"

android:text="@string/textColorPrimary"

android:textAppearance="?android:attr/textAppearanceLarge"

android:focusable="true"

/>

<TextView

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginTop="5dip"

android:text="@string/textColorSecondary"

android:textAppearance="?android:attr/textAppearanceLarge"

android:textColor="?android:attr/textColorSecondary"

android:focusable="true"

/>

<TextView

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginTop="5dip"

android:text="@string/textColorTertiary"

android:textAppearance="?android:attr/textAppearanceLarge"

android:textColor="?android:attr/textColorTertiary"

android:focusable="true"

/>

margin边沿:是与父容器之间的距离。

padding填充:是与子容器自检的距离。

效果图:

赞助本站

人工智能实验室

相关热词: ApiDemos 控件

AiLab云推荐
推荐内容
展开

热门栏目HotCates

Copyright © 2010-2024 AiLab Team. 人工智能实验室 版权所有    关于我们 | 联系我们 | 广告服务 | 公司动态 | 免责声明 | 隐私条款 | 工作机会 | 展会港