From 8f9712c64e712108ac3e25b28de4646b7454f52d Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 15 Mar 2014 00:19:42 +0100 Subject: added security indicator on every single message --- res/drawable-hdpi/ic_indicator.png | Bin 0 -> 684 bytes res/drawable-mdpi/ic_indicator.png | Bin 0 -> 490 bytes res/drawable-xhdpi/ic_indicator.png | Bin 0 -> 915 bytes res/drawable-xxhdpi/ic_indicator.png | Bin 0 -> 1298 bytes res/layout/message_recieved.xml | 23 +++++++-- res/layout/message_sent.xml | 87 +++++++++++++++++++++-------------- 6 files changed, 73 insertions(+), 37 deletions(-) create mode 100644 res/drawable-hdpi/ic_indicator.png create mode 100644 res/drawable-mdpi/ic_indicator.png create mode 100644 res/drawable-xhdpi/ic_indicator.png create mode 100644 res/drawable-xxhdpi/ic_indicator.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_indicator.png b/res/drawable-hdpi/ic_indicator.png new file mode 100644 index 00000000..6de8969f Binary files /dev/null and b/res/drawable-hdpi/ic_indicator.png differ diff --git a/res/drawable-mdpi/ic_indicator.png b/res/drawable-mdpi/ic_indicator.png new file mode 100644 index 00000000..bb4fee10 Binary files /dev/null and b/res/drawable-mdpi/ic_indicator.png differ diff --git a/res/drawable-xhdpi/ic_indicator.png b/res/drawable-xhdpi/ic_indicator.png new file mode 100644 index 00000000..3e5141c2 Binary files /dev/null and b/res/drawable-xhdpi/ic_indicator.png differ diff --git a/res/drawable-xxhdpi/ic_indicator.png b/res/drawable-xxhdpi/ic_indicator.png new file mode 100644 index 00000000..2c51b8b7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_indicator.png differ diff --git a/res/layout/message_recieved.xml b/res/layout/message_recieved.xml index 2ae83034..c11c0087 100644 --- a/res/layout/message_recieved.xml +++ b/res/layout/message_recieved.xml @@ -23,20 +23,37 @@ + + android:id="@+id/message_time" + android:layout_gravity="center_vertical" + android:gravity="center_vertical"/> + + + + android:padding="8dp" > - + android:background="@drawable/message_border" + android:minHeight="48dp" > + + + + + + + + + + + + + - - - - - - - + android:scaleType="fitXY" + android:src="@drawable/ic_profile" /> + + \ No newline at end of file -- cgit v1.2.3