Adding page fragment inside BrowseFragment demo

Change-Id: If6f453f2398d8fc5beba16e2a2e126566b9b65e2
This commit is contained in:
susnata
2016-03-15 10:29:29 -07:00
parent 35e26312db
commit b0a80e28d5
4 changed files with 135 additions and 108 deletions

View File

@@ -66,7 +66,6 @@ for line in file:
line = line.replace('RowsActivity', 'RowsSupportActivity')
line = line.replace('RowsFragment', 'RowsSupportFragment')
line = line.replace('GuidedStepHalfScreenActivity', 'GuidedStepSupportHalfScreenActivity')
line = line.replace('MainFragmentAdapterFactory', 'MainSupportFragmentAdapterFactory')
outfile.write(line)
file.close()
outfile.close()