res/layout/login_row_account.xml
author "Vincent Veronis"
Sun, 20 Mar 2011 02:55:29 +0100
changeset 876 e221906b6fc7
child 896 c2c6ee3d3c71
permissions -rw-r--r--
Add the list of accounts in the Login.View Send to the BeemService the account name for the connection
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
876
e221906b6fc7 Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
e221906b6fc7 Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
diff changeset
     2
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
e221906b6fc7 Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
diff changeset
     3
	android:textColor="@color/white" android:textColorHighlight="@color/red"
e221906b6fc7 Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
diff changeset
     4
	android:textSize="25sp" android:typeface="normal" android:textStyle="bold"
e221906b6fc7 Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
diff changeset
     5
	android:gravity="center" android:id="@+id/accountname"></TextView>