`
ggyyleo
  • 浏览: 49860 次
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

asdsadsa

阅读更多
<?xml version="1.0" encoding="utf-8"?><linearlayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/interactInfoDialog" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="10dp"><textview android:id="@+id/lbl_server" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginright="10dp" android:text="@string/lbl_server"></textview><edittext android:id="@+id/et_server" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:drawable/editbox_background" android:text="@string/dft_http"></edittext><textview android:id="@+id/lbl_acc" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginright="10dp" android:text="@string/lbl_acc"></textview><edittext android:id="@+id/et_acc" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:drawable/editbox_background"></edittext><textview android:id="@+id/lbl_device" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginright="10dp" android:text="@string/lbl_device"></textview><edittext android:id="@+id/et_device" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:drawable/editbox_background"></edittext><textview android:id="@+id/lbl_passwd" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginright="10dp" android:text="@string/lbl_passwd"></textview><edittext android:id="@+id/et_passwd" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:drawable/editbox_background" android:password="true"></edittext></linearlayout>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics