Android Question Layout Issue

junaidahmed

Well-Known Member
Licensed User
Longtime User
I have developed Media Player application that contain 5 Layout File.I have used AutoScale script to adjust the layout in all screen resolution but I am getting gap in main layout.Please check attached file with screenshot of layout and advise how to do that....

Code :-

Activity.LoadLayout("Main.bal")
TabHost1.AddTab("Main Page", "QuranPage.bal")
TabHost1.AddTab("Book Mark", "bookmark.bal")
TabHost1.AddTab("Search", "Search.bal")
TabHost1.AddTab("Control Panel", "ControlPanel.bal")
TabHost1.AddTab("Manzil","manzil.bal")
 

Attachments

  • Layout.zip
    292.4 KB · Views: 333

junaidahmed

Well-Known Member
Licensed User
Longtime User
Thanks Erel

When I use TabStripViewPager, it shows an compile error message as

Cannot find: C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\android-support-v4.jar

I have downloaded "android-support-v4.jar" file from below link and pasted in "Libraries Folder",but When I compile its shows an error message as "Failure [INSTALL_FAILED_VERSION_DOWNGRADE]"


https://www.dropbox.com/s/qmggn0wm5a6bqa9/android-support-v4.jar?dl=0
 
Upvote 0

junaidahmed

Well-Known Member
Licensed User
Longtime User
Thanks Erel,

I have reviewed above link but still I have not solved my problem.Please check below screenshot and advise how to do that...

upload_2017-3-28_10-26-5.png





Error When I Compile


upload_2017-3-28_10-27-4.png
 
Upvote 0

junaidahmed

Well-Known Member
Licensed User
Longtime User
After installing above two repository
I am getting error message "Failure [INSTALL_FAILED_VERSION_DOWNGRADE]"
Please check below screenshot,

upload_2017-3-28_11-32-48.png
 
Upvote 0
Top