mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -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')
|
'xml', from_encoding='utf-8')
|
||||||
item = soup.find('org.kiwix.kiwixmobile.views.AnimatedProgressBar')
|
item = soup.find('org.kiwix.kiwixmobile.views.AnimatedProgressBar')
|
||||||
item.name = '{}.views.AnimatedProgressBar'.format(jsdata.get('package'))
|
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:
|
except:
|
||||||
logger.error('BeautifulSoup could not open file in res/xml')
|
logger.error('BeautifulSoup could not open file in res/xml')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user