摘要: <Button android:id="@+id/btn1" android:layout_width="wrap_content" //包裹文字 android:layout_height="wrap_content" android:text="点我" /> 阅读全文
posted @ 2016-07-29 22:00 我有一壶酒 阅读(108) 评论(0) 推荐(0) 编辑
摘要: <EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:maxLength="4" //限制我们的输入字数 android:singleLine="true" //限制我们输入 阅读全文
posted @ 2016-07-29 18:37 我有一壶酒 阅读(256) 评论(0) 推荐(0) 编辑
摘要: <TextView android:id="@+id/tv" //id号,指明这个TextView的唯一身份 android:autoLink="phone|web" //电话或者网站的超链接,在字体里由电话号码的话,就会有有链接,有网址也会有超链接 android:layout_width="fi 阅读全文
posted @ 2016-07-29 17:03 我有一壶酒 阅读(206) 评论(0) 推荐(0) 编辑