-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some bugs,specially scrolling the listview when it is swiping.
- Loading branch information
Showing
3 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
-- Merging decision tree log --- | ||
manifest | ||
ADDED from AndroidManifest.xml:2:1 | ||
xmlns:android | ||
ADDED from AndroidManifest.xml:2:11 | ||
package | ||
ADDED from AndroidManifest.xml:3:5 | ||
INJECTED from AndroidManifest.xml:0:0 | ||
INJECTED from AndroidManifest.xml:0:0 | ||
android:versionName | ||
INJECTED from AndroidManifest.xml:0:0 | ||
INJECTED from AndroidManifest.xml:0:0 | ||
android:versionCode | ||
INJECTED from AndroidManifest.xml:0:0 | ||
INJECTED from AndroidManifest.xml:0:0 | ||
application | ||
ADDED from AndroidManifest.xml:5:5 | ||
MERGED from com.android.support:appcompat-v7:21.0.3:16:5 | ||
MERGED from com.android.support:support-v4:21.0.3:16:5 | ||
MERGED from com.android.support:appcompat-v7:21.0.3:16:5 | ||
MERGED from com.android.support:support-v4:21.0.3:16:5 | ||
android:label | ||
ADDED from AndroidManifest.xml:8:9 | ||
android:allowBackup | ||
ADDED from AndroidManifest.xml:6:9 | ||
android:icon | ||
ADDED from AndroidManifest.xml:7:9 | ||
android:theme | ||
ADDED from AndroidManifest.xml:9:9 | ||
activity#com.xyczero.customswipelistview.sample.SampleActivity | ||
ADDED from AndroidManifest.xml:10:9 | ||
android:label | ||
ADDED from AndroidManifest.xml:12:13 | ||
android:name | ||
ADDED from AndroidManifest.xml:11:13 | ||
intent-filter#android.intent.action.MAIN+android.intent.category.LAUNCHER | ||
ADDED from AndroidManifest.xml:13:13 | ||
action#android.intent.action.MAIN | ||
ADDED from AndroidManifest.xml:14:17 | ||
android:name | ||
ADDED from AndroidManifest.xml:14:25 | ||
category#android.intent.category.LAUNCHER | ||
ADDED from AndroidManifest.xml:16:17 | ||
android:name | ||
ADDED from AndroidManifest.xml:16:27 | ||
uses-sdk | ||
INJECTED from AndroidManifest.xml:0:0 reason: use-sdk injection requested | ||
MERGED from com.android.support:appcompat-v7:21.0.3:15:5 | ||
MERGED from com.android.support:support-v4:21.0.3:15:5 | ||
MERGED from com.xyczero:customswipelistview:1.0.0:7:5 | ||
MERGED from com.android.support:appcompat-v7:21.0.3:15:5 | ||
MERGED from com.android.support:support-v4:21.0.3:15:5 | ||
android:targetSdkVersion | ||
INJECTED from AndroidManifest.xml:0:0 | ||
INJECTED from AndroidManifest.xml:0:0 | ||
android:minSdkVersion | ||
INJECTED from AndroidManifest.xml:0:0 | ||
INJECTED from AndroidManifest.xml:0:0 |