question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Merge app_language_fragment into single xml file

See original GitHub issue

Currently there are 3 versions of app_language_fragment.xml file merge it into single xml file. For merging this better shift the toolbar from mobile qualifier files to app_language_activity.xml so that the app_language_fragment will contain only the RecyclerView which can we easily used in mobile as well as tablet.

This will need changes in respective kotlin files and test files too.

We can use https://text-compare.com/ to compare two versions of this file and for all the differences we can create variables in dimens.xml file and use it accordingly.

Note: In PR, make sure you add before and after screenshot of mobile-portrait, mobile-landscape, tablet-portrait and tablet-landscape for comparison and make sure that there is not difference between before and after UI.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
bkaur-bkjcommented, Aug 31, 2021

Tried working on it but facing issues of injection and binding in kt file, learning these concepts but unassigning it to avoid any delay in issue solving.

0reactions
yash10019codercommented, Jan 26, 2022

Assigned to you @bhaktideshmukh thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mapping: Combine XML File Into Single XML - YouTube
Mapping to combine multiple XML files to generate a single XML target.
Read more >
How can i merge multiple xml into single xml in java
Easiest way might be to load each file into a DOM document, then get the appropriate children from doc2 and add them to...
Read more >
Merge Multiple XML Files into single XML File
Biztalk has to read multiple files from the recieve location and merge these into single file. All the files will be of the...
Read more >
how do i merge the child elements in different XML files to a ...
Hi, I have an immediate requirement like below: The following input XML files which are located in source dir(example:c:\source) input1.xml
Read more >
Using a Custom XML Utility - XML File Example
Here we will be creating a Java function that merges multiple XML files into a single file, so that it can be queried...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found