Skip to content

Commit

Permalink
Merge pull request D-clock#6 from TomeOkin/master
Browse files Browse the repository at this point in the history
Fixed swiping slowly will cause seized up
  • Loading branch information
D-clock committed Jun 12, 2016
2 parents 5add3ea + fb0e9c9 commit a0d5e13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/res/layout/activity_cloud_music.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:fitsSystemWindows="true"
android:orientation="vertical">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:gravity="center"
android:text="NavigationAnimation" />

Expand Down
1 change: 1 addition & 0 deletions src/main/res/layout/activity_simple_navigation_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:fitsSystemWindows="true"
android:orientation="vertical">

Expand Down
1 change: 1 addition & 0 deletions src/main/res/layout/drawer_content_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:orientation="vertical">

<LinearLayout
Expand Down

0 comments on commit a0d5e13

Please sign in to comment.