diff options
author | Christian S <christian@pix-art.de> | 2015-07-23 12:12:28 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2015-07-23 12:12:28 +0200 |
commit | 14de9d5f595d3f539189e195b58111b4d9d4fb3e (patch) | |
tree | 0cdefb02027165af8622ea96f7dc7950e30e04ba /src/main | |
parent | 1128f78ec9011d75f6414ac376cf414e3c8622ff (diff) |
removed old layout parts
Diffstat (limited to 'src/main')
-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 |