mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 23:10:11 -05:00
serveradd view: wording
This commit is contained in:
parent
b4af8e79bb
commit
d94aa0b4f9
@ -89,6 +89,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/server_useSSL" />
|
android:text="@string/server_useSSL" />
|
||||||
|
<!-- ############################################################################ -->
|
||||||
<TextView
|
<TextView
|
||||||
android:text="User"
|
android:text="User"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
@ -127,8 +128,9 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text=""
|
android:text=""
|
||||||
android:singleLine="true" />
|
android:singleLine="true" />
|
||||||
|
<!-- ############################################################################ -->
|
||||||
<TextView
|
<TextView
|
||||||
android:text="Channels"
|
android:text="On Connect"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="#ff333333"
|
android:background="#ff333333"
|
||||||
@ -141,6 +143,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Channels" />
|
android:text="Channels" />
|
||||||
|
<!-- ############################################################################ -->
|
||||||
<TextView
|
<TextView
|
||||||
android:text="Preferences"
|
android:text="Preferences"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
@ -159,6 +162,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:prompt="@string/select_charset" />
|
android:prompt="@string/select_charset" />
|
||||||
|
<!-- ############################################################################ -->
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
Loading…
Reference in New Issue
Block a user