mirror of
http://galexander.org/git/simplesshd.git
synced 2025-07-07 11:28:05 +00:00
fix a bunch of layout typos
This commit is contained in:
parent
b9ad9864ce
commit
c9f839a69a
@ -30,15 +30,15 @@
|
|||||||
<EditText android:id="@+id/port"
|
<EditText android:id="@+id/port"
|
||||||
android:layout_width="100dp"
|
android:layout_width="100dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/onboot_lab"
|
android:layout_below="@+id/port_lab"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:inputType="numberDecimal" />
|
android:inputType="numberDecimal" />
|
||||||
<TextView android:id="@+is/path_lab"
|
<TextView android:id="@+id/path_lab"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/port_lab"
|
android:layout_below="@+id/port"
|
||||||
android:text="Path to authorized_keys"
|
android:text="Path to authorized_keys"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||||
<EditText android:id="@+id/path"
|
<EditText android:id="@+id/path"
|
||||||
@ -47,7 +47,7 @@
|
|||||||
android:layout_below="@+id/path_lab"
|
android:layout_below="@+id/path_lab"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:singleLine="true" />
|
android:singleLine="true" />
|
||||||
<TextView android:id="@+is/shell_lab"
|
<TextView android:id="@+id/shell_lab"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/path"
|
android:layout_below="@+id/path"
|
||||||
@ -59,7 +59,7 @@
|
|||||||
android:layout_below="@+id/shell_lab"
|
android:layout_below="@+id/shell_lab"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:singleLine="true" />
|
android:singleLine="true" />
|
||||||
<TextView android:id="@+is/home_lab"
|
<TextView android:id="@+id/home_lab"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/shell"
|
android:layout_below="@+id/shell"
|
||||||
@ -75,8 +75,7 @@
|
|||||||
</ScrollView>
|
</ScrollView>
|
||||||
<Button android:id="@+id/startstop"
|
<Button android:id="@+id/startstop"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="1dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
|
||||||
android:text="Start"
|
android:text="Start"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||||
android:onClick="starstop_clicked" />
|
android:onClick="starstop_clicked" />
|
||||||
|
Loading…
Reference in New Issue
Block a user