Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C# by 123 ( 8 years ago )
<TextView android:id="@+id/textView12" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="TextView" android:layout_marginBottom="140px">
<LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:orientation="vertical" android:layout_marginBottom="80px">
<TableRow android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center">
<TextView android:id="@+id/textView14" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:text="Пользователь">
<EditText android:id="@+id/entry3" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/label" android:background="@android:drawable/editbox_background"></EditText>
</TableRow>
<TableRow android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center">
<TextView android:id="@+id/textView13" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:text="Пароль">
<EditText android:id="@+id/entry2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/label" android:layout_weight="1" android:background="@android:drawable/editbox_background"></EditText>
</TableRow>
<TableRow android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1">
<Button
android:id="@+id/button13"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Принять" />
<Button
android:id="@+id/button12"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Отмена" />
</TableRow>
</LinearLayout>
<TableLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginBottom="80px">
<TableRow android:layout_width="match_parent" android:layout_height="match_parent">
<CheckBox android:id="@+id/checkBox8" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
<CheckBox android:id="@+id/checkBox7" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
<CheckBox android:id="@+id/checkBox6" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
</TableRow>
<TableRow android:layout_width="match_parent" android:layout_height="match_parent">
<CheckBox android:id="@+id/checkBox9" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
<CheckBox android:id="@+id/checkBox10" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
<CheckBox android:id="@+id/checkBox11" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
</TableRow>
<TableRow android:layout_width="match_parent" android:layout_height="match_parent">
<CheckBox android:id="@+id/checkBox12" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
<CheckBox android:id="@+id/checkBox13" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
<CheckBox android:id="@+id/checkBox14" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="CheckBox">
</TableRow>
</TableLayout>
<LinearLayout android:layout_width="175dp" android:layout_height="wrap_content" android:layout_gravity="center" android:orientation="vertical">
<RadioButton android:id="@+id/radioButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:text="RadioButton">
<RadioButton android:id="@+id/radioButton2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="RadioButton">
</LinearLayout>
<TextView android:id="@+id/textView22" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="end|bottom" android:text="TextView">
Revise this Paste