diff options
-rw-r--r-- | src/main/res/layout/message_received.xml | 14 | ||||
-rw-r--r-- | src/main/res/layout/message_sent.xml | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/src/main/res/layout/message_received.xml b/src/main/res/layout/message_received.xml index e310e3d78..26987b7b6 100644 --- a/src/main/res/layout/message_received.xml +++ b/src/main/res/layout/message_received.xml @@ -94,18 +94,4 @@ </LinearLayout> </LinearLayout> </LinearLayout> - <ImageView - android:id="@+id/message_photo" - android:layout_width="48dp" - android:layout_height="48dp" - android:layout_alignParentLeft="true" - android:layout_alignParentTop="true" - android:layout_marginRight="-1.5dp" - android:scaleType="fitXY" - android:src="@drawable/ic_profile" - android:background="@drawable/message_border" - android:paddingLeft="1dp" - android:paddingTop="1dp" - android:paddingBottom="1dp" - android:paddingRight="0dp" /> </RelativeLayout>
\ No newline at end of file diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml index ac8ccfd93..7eae87bf4 100644 --- a/src/main/res/layout/message_sent.xml +++ b/src/main/res/layout/message_sent.xml @@ -105,18 +105,4 @@ </LinearLayout> </LinearLayout> </LinearLayout> - <ImageView - android:id="@+id/message_photo" - android:layout_width="48dp" - android:layout_height="48dp" - android:layout_alignParentBottom="true" - android:layout_alignParentRight="true" - android:layout_marginLeft="-1.5dp" - android:scaleType="fitXY" - android:src="@drawable/ic_profile" - android:background="@drawable/message_border" - android:paddingTop="1dp" - android:paddingRight="1dp" - android:paddingBottom="1dp" - android:paddingLeft="0dp" /> </RelativeLayout>
\ No newline at end of file |