diff --git a/.classpath b/.classpath index 323d9666c..7c3f645a0 100644 --- a/.classpath +++ b/.classpath @@ -9,5 +9,6 @@ + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fa40d48d5..e1fff9465 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ - diff --git a/res/layout/choose_account_item.xml b/res/layout/choose_account_item.xml index d212594f0..910312441 100644 --- a/res/layout/choose_account_item.xml +++ b/res/layout/choose_account_item.xml @@ -3,37 +3,25 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:minHeight="?android:attr/listPreferredItemHeight" android:orientation="horizontal" - android:paddingRight="6dip" - android:paddingBottom="2dip" - android:descendantFocusability="blocksDescendants" - android:gravity="center_vertical" > - + android:background="#cccccc" + android:gravity="left|center_vertical"> + android:layout_width="6dp"/> - - - - - + android:singleLine="true" + android:ellipsize="end" + android:paddingTop="8dp" + android:paddingLeft="18dp" + android:paddingRight="4dp" + android:paddingBottom="8dp" + android:textColor="?android:attr/textColorPrimary" + android:textAppearance="?android:attr/textAppearanceMedium"/> diff --git a/res/layout/choose_identity_item.xml b/res/layout/choose_identity_item.xml index 0f1999003..e641a4025 100644 --- a/res/layout/choose_identity_item.xml +++ b/res/layout/choose_identity_item.xml @@ -4,45 +4,27 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeight" - android:orientation="horizontal" - android:paddingRight="6dip" - android:paddingBottom="2dip" - android:descendantFocusability="blocksDescendants" - android:gravity="center_vertical" > + android:orientation="vertical" + android:gravity="center_vertical" + android:paddingLeft="12dp" + android:paddingRight="4dp"> - - - + android:singleLine="true" + android:ellipsize="end" + android:textColor="?android:attr/textColorPrimary" + android:textAppearance="?android:attr/textAppearanceSmall"/> - - - - - + diff --git a/res/layout/message_compose.xml b/res/layout/message_compose.xml index 2cafb2428..826040c99 100644 --- a/res/layout/message_compose.xml +++ b/res/layout/message_compose.xml @@ -2,15 +2,14 @@ + android:orientation="vertical"> + android:scrollbarStyle="insideOverlay" + android:fillViewport="true"> + android:background="#45bcbcbc"> - + android:layout_marginRight="6dip"/> + - - + + - + android:layout_width="wrap_content" + android:layout_marginTop="1dip"/> + + + - - - + + + + + + + - - + + - + android:layout_width="wrap_content" + android:src="@drawable/ic_button_contacts"/> + + @@ -154,7 +155,6 @@ android:id="@+id/userId" android:ellipsize="end" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="@android:color/primary_text_light" android:layout_width="wrap_content" android:layout_height="wrap_content"/> @@ -162,7 +162,6 @@ android:id="@+id/userIdRest" android:textSize="10sp" android:ellipsize="end" - android:textColor="@android:color/primary_text_light" android:layout_width="wrap_content" android:layout_height="wrap_content"/> @@ -173,7 +172,6 @@