diff --git a/res/drawable-hdpi/ic_groups_holo_dark.png b/res/drawable-hdpi/ic_menu_groups_holo_dark.png similarity index 100% rename from res/drawable-hdpi/ic_groups_holo_dark.png rename to res/drawable-hdpi/ic_menu_groups_holo_dark.png diff --git a/res/drawable-hdpi/ic_menu_groups_holo_light.png b/res/drawable-hdpi/ic_menu_groups_holo_light.png new file mode 100644 index 000000000..271980b97 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_groups_holo_light.png differ diff --git a/res/drawable-hdpi/group_distribute.png b/res/drawable-hdpi/ic_menu_split_holo_dark.png similarity index 100% rename from res/drawable-hdpi/group_distribute.png rename to res/drawable-hdpi/ic_menu_split_holo_dark.png diff --git a/res/drawable-hdpi/ic_menu_split_holo_light.png b/res/drawable-hdpi/ic_menu_split_holo_light.png new file mode 100644 index 000000000..335eb8077 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_split_holo_light.png differ diff --git a/res/drawable-mdpi/ic_groups_holo_dark.png b/res/drawable-mdpi/ic_menu_groups_holo_dark.png similarity index 100% rename from res/drawable-mdpi/ic_groups_holo_dark.png rename to res/drawable-mdpi/ic_menu_groups_holo_dark.png diff --git a/res/drawable-mdpi/ic_menu_groups_holo_light.png b/res/drawable-mdpi/ic_menu_groups_holo_light.png new file mode 100644 index 000000000..06dbeecd9 Binary files /dev/null and b/res/drawable-mdpi/ic_menu_groups_holo_light.png differ diff --git a/res/drawable-mdpi/group_distribute.png b/res/drawable-mdpi/ic_menu_split_holo_dark.png similarity index 100% rename from res/drawable-mdpi/group_distribute.png rename to res/drawable-mdpi/ic_menu_split_holo_dark.png diff --git a/res/drawable-mdpi/ic_menu_split_holo_light.png b/res/drawable-mdpi/ic_menu_split_holo_light.png new file mode 100644 index 000000000..da78b1f2a Binary files /dev/null and b/res/drawable-mdpi/ic_menu_split_holo_light.png differ diff --git a/res/drawable-xhdpi/ic_groups_holo_dark.png b/res/drawable-xhdpi/ic_menu_groups_holo_dark.png similarity index 100% rename from res/drawable-xhdpi/ic_groups_holo_dark.png rename to res/drawable-xhdpi/ic_menu_groups_holo_dark.png diff --git a/res/drawable-xhdpi/ic_menu_groups_holo_light.png b/res/drawable-xhdpi/ic_menu_groups_holo_light.png new file mode 100644 index 000000000..ea3f24e73 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_groups_holo_light.png differ diff --git a/res/drawable-xhdpi/group_distribute.png b/res/drawable-xhdpi/ic_menu_split_holo_dark.png similarity index 100% rename from res/drawable-xhdpi/group_distribute.png rename to res/drawable-xhdpi/ic_menu_split_holo_dark.png diff --git a/res/drawable-xhdpi/ic_menu_split_holo_light.png b/res/drawable-xhdpi/ic_menu_split_holo_light.png new file mode 100644 index 000000000..1c38f50c9 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_split_holo_light.png differ diff --git a/res/drawable-xxhdpi/ic_menu_groups_holo_dark.png b/res/drawable-xxhdpi/ic_menu_groups_holo_dark.png new file mode 100644 index 000000000..9289b1c8f Binary files /dev/null and b/res/drawable-xxhdpi/ic_menu_groups_holo_dark.png differ diff --git a/res/drawable-xxhdpi/ic_menu_groups_holo_light.png b/res/drawable-xxhdpi/ic_menu_groups_holo_light.png new file mode 100644 index 000000000..6ef9b128a Binary files /dev/null and b/res/drawable-xxhdpi/ic_menu_groups_holo_light.png differ diff --git a/res/drawable-xxhdpi/ic_menu_split_holo_dark.png b/res/drawable-xxhdpi/ic_menu_split_holo_dark.png new file mode 100644 index 000000000..e71a4a26a Binary files /dev/null and b/res/drawable-xxhdpi/ic_menu_split_holo_dark.png differ diff --git a/res/drawable-xxhdpi/ic_menu_split_holo_light.png b/res/drawable-xxhdpi/ic_menu_split_holo_light.png new file mode 100644 index 000000000..e45f5da0b Binary files /dev/null and b/res/drawable-xxhdpi/ic_menu_split_holo_light.png differ diff --git a/res/layout/conversation_item_received.xml b/res/layout/conversation_item_received.xml index 8caaeffce..d964ab4f9 100644 --- a/res/layout/conversation_item_received.xml +++ b/res/layout/conversation_item_received.xml @@ -1,103 +1,97 @@ - + android:orientation="vertical" + android:background="?conversation_background" + xmlns:android="http://schemas.android.com/apk/res/android"> + + + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="2dp" + android:layout_marginLeft="9dp" + android:layout_marginBottom="6dp" + android:layout_marginRight="0dp" + android:orientation="horizontal"> - - - + + android:background="@drawable/conversation_item_received_triangle_shape" /> + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_toRightOf="@id/triangle_tick" + android:background="@drawable/conversation_item_received_shape" + android:orientation="vertical"> - - - + - + android:contentDescription="Key Exchange Indicator" + android:visibility="gone" /> - + android:textSize="16sp" + android:autoLink="all" + android:linksClickable="true" /> - - - - - + - + android:src="@drawable/mms_play_btn" + android:contentDescription="Play Button" + android:visibility="gone" /> - @@ -120,75 +114,61 @@ - + - - - + - - + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:paddingRight="4dp" + android:paddingTop="2dp" + android:src="?menu_lock_icon_small" + android:contentDescription="Secure Message Indicator" + android:visibility="gone" /> + - + - - - + android:contentDescription="Send Failed Indicator" + android:visibility="gone" /> diff --git a/res/layout/group_create_activity.xml b/res/layout/group_create_activity.xml index 4da504a35..e19018d8d 100644 --- a/res/layout/group_create_activity.xml +++ b/res/layout/group_create_activity.xml @@ -1,104 +1,97 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + android:layout_marginBottom="20dp" + android:gravity="center_vertical"> - + android:paddingTop="14dp" + android:orientation="horizontal" + android:gravity="center_vertical"> - - + android:lines="1" + android:inputType="textAutoCorrect" + android:hint="@string/GroupCreateActivity_group_name_hint" /> - + android:paddingTop="18dp" + android:orientation="horizontal" + android:gravity="center_vertical" + android:visibility="gone"> - + style="@android:style/Widget.ProgressBar" + android:indeterminate="true" /> - + android:textAppearance="?android:attr/textAppearanceMedium" /> - - - diff --git a/res/menu/conversation_group_options.xml b/res/menu/conversation_group_options.xml index 7f7c2d41c..ed8a26b89 100644 --- a/res/menu/conversation_group_options.xml +++ b/res/menu/conversation_group_options.xml @@ -3,15 +3,15 @@ - + diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 3358aebd6..b4a5dbb54 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -9,6 +9,7 @@ + @@ -42,4 +43,6 @@ + + \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml index 1901ee45b..c5e47ba43 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -15,8 +15,8 @@ false @android:color/transparent - - + + @@ -25,7 +25,7 @@ ?android:attr/textColorPrimary bold - + @@ -59,6 +62,7 @@ #ffdddddd #ffdddddd + #99ffffff #ffeeeeee #44000000 #ff111111 @@ -79,12 +83,14 @@ @drawable/ic_action_new_holo_dark @drawable/ic_action_add_group_holo_dark + @drawable/ic_menu_groups_holo_dark @drawable/ic_menu_search_holo_dark @drawable/ic_menu_call_holo_dark @drawable/ic_menu_unlock_holo_dark @drawable/ic_menu_lock_holo_dark @drawable/ic_menu_trash_holo_dark @drawable/ic_menu_selectall_holo_dark + @drawable/ic_menu_split_holo_dark