android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="停止监听" />
<Button
android:id="@+id/btn_getUser"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="刷新用户" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="10dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="本机地址:" />
<TextView
android:id="@+id/tv_localAddress"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true" />
</LinearLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="接收到的明文:"
android:textColor="@color/black" />
<TextView
android:id="@+id/tv_receivedContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
推荐阅读
- android用什么开发 android用什么开发工具
- miui10基于安卓几 miui10是基于安卓几
- 巧用Gmail邮箱备份你的Blog
- 像MyIE一样拥有多窗口
- 基于IE内核的新浏览器AOL Browser
- Android首款机型HTC G1的设计缺陷个人见解及Android机型展望
- 为什么微信版本更新总是iOS版比Android版快?
- Android 设备刷机通用指南 安卓手机怎么刷机用电脑
- Sleipnir 基于IE内核的绿色多页面浏览器
- 像MyIE一样 IE也玩多窗口
