Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge "Current message list design doesn't allow for fast scrolling" …
Browse files Browse the repository at this point in the history
…into jb-dev
  • Loading branch information
Tom Taylor authored and Android (Google) Code Review committed Jun 18, 2012
2 parents 99c8382 + 4cab999 commit 72e39bf
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 8 deletions.
Binary file added res/drawable-hdpi/hairline_left.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/hairline_right.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/ic_launcher_contacts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/msg_bubble_left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/msg_bubble_right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/hairline_left.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/hairline_right.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-mdpi/ic_launcher_contacts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-mdpi/msg_bubble_left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-mdpi/msg_bubble_right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-nodpi/hairline.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/hairline_left.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/hairline_right.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/ic_launcher_contacts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/msg_bubble_left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/msg_bubble_right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions res/layout/compose_message_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
</view>
</ScrollView>

<!-- Divider. (Yes, the .9dp is on purpose.) -->
<View android:background="?android:attr/dividerHorizontal"
<!-- Divider -->
<View android:background="#eeeeee"
android:layout_width="match_parent"
android:layout_height=".9dp" />
android:layout_height="1dp" />

<LinearLayout
android:id="@+id/bottom_panel"
Expand Down
5 changes: 2 additions & 3 deletions res/layout/message_list_item_recv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
android:id="@+id/msg_list_item_recv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#00000000"
android:orientation="horizontal">

<LinearLayout android:id="@+id/mms_layout_view_parent"
Expand Down Expand Up @@ -51,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_toRightOf="@id/avatar"
android:layout_alignParentRight="true"
android:background="@drawable/listitem_background"
android:background="@drawable/hairline_left"
android:orientation="vertical" >

<TextView android:id="@+id/text_view"
Expand All @@ -70,11 +69,11 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dip"
android:paddingLeft="@dimen/message_item_text_padding_left_right"
android:orientation="horizontal" >

<TextView android:id="@+id/date_view"
android:background="@drawable/listitem_background"
android:paddingLeft="@dimen/message_item_text_padding_left_right"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingRight="3dip"
Expand Down
3 changes: 1 addition & 2 deletions res/layout/message_list_item_send.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
android:id="@+id/msg_list_item_send"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#00000000"
android:orientation="horizontal">

<LinearLayout android:id="@+id/mms_layout_view_parent"
Expand Down Expand Up @@ -51,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_toLeftOf="@id/avatar"
android:layout_alignParentLeft="true"
android:background="@drawable/listitem_background"
android:background="@drawable/hairline_right"
android:orientation="vertical" >

<TextView android:id="@+id/text_view"
Expand Down
Binary file modified res/mipmap-hdpi/ic_launcher_smsmms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/mipmap-mdpi/ic_launcher_smsmms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/mipmap-xhdpi/ic_launcher_smsmms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72e39bf

Please sign in to comment.