Skip to content

Commit

Permalink
chore: remove unused code in full_screen_reolved xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Apr 25, 2016
1 parent 00619df commit 2b9ab60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="false"
android:orientation="vertical">


<include layout="@layout/view_message_list"
android:clipChildren="false"/>
<include layout="@layout/view_message_list" />
<include layout="@layout/layout_send_message_bar" />

<cn.dreamtobe.kpswitch.widget.KPSwitchFSPanelLinearLayout
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/view_message_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1.0"
android:clipChildren="false"
android:background="@color/chatting_list_bg" />

0 comments on commit 2b9ab60

Please sign in to comment.