mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Final fix for custom app generation #451
This commit is contained in:
parent
d26676ff02
commit
728f7eb843
@ -362,7 +362,7 @@ def step_update_xml_nodes(jsdata, **options):
|
||||
'xml', from_encoding='utf-8')
|
||||
item = soup.find('org.kiwix.kiwixmobile.views.AnimatedProgressBar')
|
||||
item.name = '{}.views.AnimatedProgressBar'.format(jsdata.get('package'))
|
||||
flushxml(soup, 'RelativeLayout', main_xml, head=False)
|
||||
flushxml(soup, 'android.support.design.widget.CoordinatorLayout', main_xml, head=False)
|
||||
except:
|
||||
logger.error('BeautifulSoup could not open file in res/xml')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user