Skip to content

Commit cb501e9

Browse files
Merge pull request #2 from mobile-simformsolutions/feature/UNT-T5346_method_changes
UNT-T5356 method changes, code improvement
2 parents e719c44 + 70a3a8d commit cb501e9

34 files changed

+301
-4697
lines changed

PullToRefresh/.idea/codeStyles/Project.xml

Lines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PullToRefresh/.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PullToRefresh/.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PullToRefresh/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:supportsRtl="true"
1111
android:theme="@style/Theme.PullToRefresh">
12-
<activity android:name=".demo.MainActivity">
12+
<activity android:name="com.simform.demo.MainActivity">
1313
<intent-filter>
1414
<action android:name="android.intent.action.MAIN" />
1515

0 commit comments

Comments
 (0)