am db8549f5: am ba3ed08f: am 269c55d1: am b0136429: am ec2f91f5: am 109db5b4: Update browseable for MessagingService.
* commit 'db8549f5fe5188a43bdaacd65ae1a8942408c3f6': Update browseable for MessagingService.
This commit is contained in:
@@ -61,7 +61,6 @@
|
||||
android:layout_above="@id/clear"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:maxLines="20"
|
||||
android:scrollbars="vertical"/>
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:maxLines="20"
|
||||
android:scrollbars="vertical"/>
|
||||
<Button
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -45,10 +45,10 @@ public class Conversations {
|
||||
* Senders of the said messages.
|
||||
*/
|
||||
private static final String[] PARTICIPANTS = new String[]{
|
||||
"John Rambo",
|
||||
"Han Solo",
|
||||
"Rocky Balboa",
|
||||
"Lara Croft"
|
||||
"John Smith",
|
||||
"Robert Lawrence",
|
||||
"James Smith",
|
||||
"Jane Doe"
|
||||
};
|
||||
|
||||
static class Conversation {
|
||||
|
||||
Reference in New Issue
Block a user