Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
New features in demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Sep 18, 2013
1 parent 529c922 commit 4966456
Show file tree
Hide file tree
Showing 39 changed files with 478 additions and 172 deletions.
10 changes: 10 additions & 0 deletions .idea/libraries/ComAndroidSupportAppcompatV71800_aar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/libraries/annotations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ public EnhancedListView enableSwipeToDismiss() {
*/
public EnhancedListView disableSwipeToDismiss() {
mSwipeEnabled = false;
mDismissCallback = null;
mUndoStyle = null;
return this;
}

Expand Down
5 changes: 3 additions & 2 deletions EnhancedListViewDemo/EnhancedListViewDemo.iml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="Debug" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebug" />
<option name="ASSEMBLE_TEST_TASK_NAME" value="assembleTest" />
<option name="SOURCE_GEN_TASK_NAME" value="TODO" />
<option name="SOURCE_GEN_TASK_NAME" value="generateDebugSources" />
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
Expand Down Expand Up @@ -69,7 +70,7 @@
<orderEntry type="jdk" jdkName="Android API 18 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="support-v4-18.0.0" level="project" />
<orderEntry type="library" exported="" name="annotations" level="project" />
<orderEntry type="library" exported="" name="ComAndroidSupportAppcompatV71800.aar" level="project" />
<orderEntry type="module" module-name="EnhancedListView" exported="" />
<orderEntry type="library" exported="" name="library-2.4.0" level="project" />
</component>
Expand Down
1 change: 1 addition & 0 deletions EnhancedListViewDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ android {

dependencies {
compile 'com.android.support:support-v4:18.0.0'
compile 'com.android.support:appcompat-v7:18.0.+'
compile project(':EnhancedListView')
}
2 changes: 1 addition & 1 deletion EnhancedListViewDemo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:theme="@style/Theme.AppCompat.Light">
<activity
android:name="de.timroes.android.listviewdemo.MainActivity"
android:label="@string/app_name" >
Expand Down
Loading

0 comments on commit 4966456

Please sign in to comment.