Commit 4451ad9e authored by Eliézer de Oliveira's avatar Eliézer de Oliveira

removing unused code

parent 862411b3
......@@ -5,11 +5,6 @@
android:orientation="vertical"
android:background="@color/groupChatRoomSeparator">
<!--<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/darkGray" />-->
<TextView
android:id="@+id/text_chatroom_header"
style="@style/ChatRooms.Header"
......@@ -20,9 +15,4 @@
android:paddingStart="@dimen/screen_edge_left_and_right_padding"
android:text="@string/chatroom_header" />
<!--<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/quoteBar" />-->
</LinearLayout>
\ No newline at end of file
</LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment