aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-10-03 16:49:59 +0200
committerChristian S <christian@pix-art.de>2015-10-03 16:49:59 +0200
commita41baa76709eba69f84282c381bcf867828b5089 (patch)
tree50cc8b0275f4655a9a7b30b010767c8f674131cc /src
parente2f48966df6781b4c0a18980c1d41a45bfa328a9 (diff)
changed message ticks
Diffstat (limited to 'src')
-rw-r--r--src/main/res/drawable-hdpi/ic_read_indicator.pngbin490 -> 379 bytes
-rw-r--r--src/main/res/drawable-mdpi/ic_read_indicator.pngbin373 -> 292 bytes
-rw-r--r--src/main/res/drawable-xhdpi/ic_read_indicator.pngbin598 -> 526 bytes
-rw-r--r--src/main/res/drawable-xxhdpi/ic_read_indicator.pngbin826 -> 928 bytes
-rw-r--r--src/main/res/drawable-xxxhdpi/ic_read_indicator.pngbin1029 -> 931 bytes
-rw-r--r--src/main/res/layout/message_sent.xml9
6 files changed, 4 insertions, 5 deletions
diff --git a/src/main/res/drawable-hdpi/ic_read_indicator.png b/src/main/res/drawable-hdpi/ic_read_indicator.png
index b2a502fb1..21fbf4eb9 100644
--- a/src/main/res/drawable-hdpi/ic_read_indicator.png
+++ b/src/main/res/drawable-hdpi/ic_read_indicator.png
Binary files differ
diff --git a/src/main/res/drawable-mdpi/ic_read_indicator.png b/src/main/res/drawable-mdpi/ic_read_indicator.png
index 5b5c63f5e..4cabf6ec2 100644
--- a/src/main/res/drawable-mdpi/ic_read_indicator.png
+++ b/src/main/res/drawable-mdpi/ic_read_indicator.png
Binary files differ
diff --git a/src/main/res/drawable-xhdpi/ic_read_indicator.png b/src/main/res/drawable-xhdpi/ic_read_indicator.png
index 6adb409e1..216c33128 100644
--- a/src/main/res/drawable-xhdpi/ic_read_indicator.png
+++ b/src/main/res/drawable-xhdpi/ic_read_indicator.png
Binary files differ
diff --git a/src/main/res/drawable-xxhdpi/ic_read_indicator.png b/src/main/res/drawable-xxhdpi/ic_read_indicator.png
index 8573818e6..66caba6ae 100644
--- a/src/main/res/drawable-xxhdpi/ic_read_indicator.png
+++ b/src/main/res/drawable-xxhdpi/ic_read_indicator.png
Binary files differ
diff --git a/src/main/res/drawable-xxxhdpi/ic_read_indicator.png b/src/main/res/drawable-xxxhdpi/ic_read_indicator.png
index 8ae6cfb03..aef5c7bdc 100644
--- a/src/main/res/drawable-xxxhdpi/ic_read_indicator.png
+++ b/src/main/res/drawable-xxxhdpi/ic_read_indicator.png
Binary files differ
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml
index 6ec426c9d..aa3aad722 100644
--- a/src/main/res/layout/message_sent.xml
+++ b/src/main/res/layout/message_sent.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:orientation="vertical"
android:paddingBottom="3dp"
android:paddingLeft="8dp"
@@ -101,8 +101,7 @@
android:layout_gravity="center_vertical"
android:layout_marginLeft="4sp"
android:gravity="center_vertical"
- android:src="@drawable/ic_received_indicator"
- android:alpha="0.54" />
+ android:src="@drawable/ic_received_indicator" />
<ImageView
android:id="@+id/indicator_read"
android:layout_width="?attr/TextSizeInfo"
@@ -111,7 +110,7 @@
android:gravity="center_vertical"
android:src="@drawable/ic_read_indicator"
android:layout_marginLeft="-8sp"
- android:alpha="0.54" />
+ android:adjustViewBounds="false" />
</LinearLayout>
</LinearLayout>
</LinearLayout>