Update browseable for MessagingService.
1. layout fixes 2. name changes in sample. (redo of ag/586904 which was lost from lmp-docs) Change-Id: I3a2afafb5b878ba90b8ae6314220af19b3dfbb09
This commit is contained in:
@@ -61,7 +61,6 @@
|
|||||||
android:layout_above="@id/clear"
|
android:layout_above="@id/clear"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:maxLines="20"
|
|
||||||
android:scrollbars="vertical"/>
|
android:scrollbars="vertical"/>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -47,7 +47,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:maxLines="20"
|
|
||||||
android:scrollbars="vertical"/>
|
android:scrollbars="vertical"/>
|
||||||
<Button
|
<Button
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|||||||
@@ -45,10 +45,10 @@ public class Conversations {
|
|||||||
* Senders of the said messages.
|
* Senders of the said messages.
|
||||||
*/
|
*/
|
||||||
private static final String[] PARTICIPANTS = new String[]{
|
private static final String[] PARTICIPANTS = new String[]{
|
||||||
"John Rambo",
|
"John Smith",
|
||||||
"Han Solo",
|
"Robert Lawrence",
|
||||||
"Rocky Balboa",
|
"James Smith",
|
||||||
"Lara Croft"
|
"Jane Doe"
|
||||||
};
|
};
|
||||||
|
|
||||||
static class Conversation {
|
static class Conversation {
|
||||||
|
|||||||
Reference in New Issue
Block a user