diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-23 14:33:40 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-23 14:33:40 +0100 |
commit | 6d4a55a08743032bb3f0a068d09aaae588eb0b17 (patch) | |
tree | 6835cf37618a8c36df805382ea32a24ae2eba8d0 /src/main/res/layout/message_sent.xml | |
parent | 303a3a16217c1d102216ab8d91cb03ea8039dd3c (diff) |
Removed stupid message correction
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/message_sent.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index e5365a66..909ae9c7 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -95,16 +95,6 @@ android:src="@drawable/ic_lock_black_18dp" /> <ImageView - android:id="@+id/edit_indicator" - android:layout_width="?attr/TextSizeInfo" - android:layout_height="?attr/TextSizeInfo" - android:layout_gravity="center_vertical" - android:layout_marginLeft="4sp" - android:alpha="0.54" - android:gravity="center_vertical" - android:src="@drawable/ic_mode_edit_black_18dp" /> - - <ImageView android:id="@+id/indicator_received" android:layout_width="?attr/TextSizeInfo" android:layout_height="?attr/TextSizeInfo" |