[Solved] How to add extra tabs to sense? - Windows Mobile

I am trying to make a 'hybrid' build using mostly the sense 2018 test packages. I am including the following:
Code:
"StartIconLoader_TEST"="2_5_20182114_0"
"Manila_Weather_TEST"="2_5_20182114_0"
"Manila_Twitter"="2_5_20161326_0"
"Manila_Stock"="2_5_20161214_0"
"Manila_Settings_TEST"="2_5_20182114_0"
"Manila_Photo_TEST"="2_5_20182114_0"
"Manila_People"="2_5_20161424_0"
"Manila_Music_TEST"="2_5_20182114_0"
"Manila_Message_TEST"="2_5_20182014_0"
"Manila_Mail_TEST"="2_5_20182014_0"
"Manila_Internet"="2_5_20143027_0"
"Manila_Home"="2_5_20161714_0"
"Manila_Footprints"="2_5_20161230_0"
"Manila_DocumentBrowser"="2_5_20143826_0"
"Manila_Core_TEST"="2_5_20182114_0_CFC"
"Manila_Calendar_TEST"="2_5_20182114_0"
I cannot get the Footprints or Twitter tabs to be displayed in sense. I have edited 26948339_manila as follows:
Code:
<Manila Mode9Path="HTC\Manila\manila.mode9">
<Navigation>
<PageGroup Name="Root">
<Page Order="0" Name="home.page" PackageName="HTC" Default="true" Title="[[IDS_HOMETITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Home\FakeHome.mode9?testParam=1" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Home_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Home_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Home_Preview"/>
</Page>
<Page Order="1" Name="people.page" PackageName="HTC" Title="[[IDS_FAVORITEPEOPLETITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\People\people.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="People_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="People_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="People_Preview"/>
</Page>
<Page Order="2" Name="messaging.page" PackageName="HTC" Title="[[IDS_MESSAGESTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Messaging\messaging.mode9" Component="MessagesTopLevelPage" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Messaging_Preview"/>
</Page>
<Page Order="3" Name="email.page" PackageName="HTC" Title="[[IDS_EMAILTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Email\email.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Email_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Email_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Email_Preview"/>
</Page>
<Page Order="4" Name="internet.page" PackageName="HTC" Title="[[IDS_INTERNETPORTALTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Internet\internetportal.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Internet_Preview"/>
</Page>
<Page Order="5" Name="calendar.page" PackageName="HTC" Default="true" Title="[[IDS_CALENDAR]]">
<ComponentReference Name="page" Mode9Path="HTC\Calendar\Calendar.mode9" Component="CalendarComponent" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\CalendarIcon.mode9" Component="Calendar_Preview"/>
</Page>
<Page Order="6" Name="inforwidget.page" PackageName="HTC" Title="[[IDS_STOCK]]">
<ComponentReference Name="page" Mode9Path="HTC\Stock\infor.mode9?page=MyPortfolio" Component="DetailPage" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon_selected"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\inforicon.mode9" Component="infor_tray_icon_preview"/>
</Page>
<Page Order="7" Name="album.page" PackageName="HTC" Title="[[IDS_PHOTOSANDVIDEOS]]">
<ComponentReference Name="page" Mode9Path="HTC\Album\album.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Album_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Album_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Album_Preview"/>
</Page>
<Page Order="8" Name="music.page" PackageName="HTC" Title="[[IDS_MUSICTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Music\music.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Music_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Music_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Music_Preview"/>
</Page>
<Page Order="9" Name="weather.page" PackageName="HTC" Title="[[IDS_WEATHER]]">
<ComponentReference Name="page" Mode9Path="HTC\Weather\weather.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Weather_Preview"/>
</Page>
<Page Order="10" Name="twitter.page" PackageName="HTC" Title="[[IDS_TWITTER]]">
<ComponentReference Name="page" Mode9Path="HTC\Twitter\Twitter.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Twitter_Preview"/>
</Page>
<Page Order="11" Name="docexplorer.page" PackageName="HTC" Title="[[IDS_DOCUMENTSTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\DocExplorer\documentexplorer.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\DocExplorer\docicons.mode9" Component="DocumentExplorer_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\DocExplorer\docicons.mode9" Component="DocumentExplorer_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\DocExplorer\docicons.mode9" Component="DocumentExplorer_Preview"/>
</Page>
<Page Order="12" Name="footprints.page" PackageName="HTC" Title="[[IDS_FOOTPRINTS_TITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Footprints\footprints.mode9" Component="GizmoRoot" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\Footprints_icons.mode9" Component="Footprints_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\Footprints_icons.mode9" Component="Footprints_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\Footprints_icons.mode9" Component="Footprints_Preview"/>
</Page>
<Page Order="13" Name="settings.page" PackageName="HTC" Title="[[IDS_SETTINGSTITLE]]">
<ComponentReference Name="page" Mode9Path="HTC\Settings\settings.mode9" Component="SettingsPageComponent" SmartComponent="true"/>
<ComponentReference Name="icon_normal" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_Off"/>
<ComponentReference Name="icon_selected" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_On"/>
<ComponentReference Name="icon_preview" Mode9Path="HTC\Manila\icons.mode9" Component="Settings_Preview"/>
</Page>
</PageGroup>
</Navigation>
</Manila>
and added the following to the registry:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration]
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\0]
"Enable"=dword:00000001
"PageName"="Manila://home.page"
"Title"="[[IDS_HOMETITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\1]
"Enable"=dword:00000001
"PageName"="Manila://people.page"
"Title"="[[IDS_FAVORITEPEOPLETITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\2]
"Enable"=dword:00000001
"PageName"="Manila://messaging.page"
"Title"="[[IDS_MESSAGESTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\3]
"Enable"=dword:00000001
"PageName"="Manila://email.page"
"Title"="[[IDS_EMAILTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\4]
"Enable"=dword:00000001
"PageName"="Manila://calendar.page"
"Title"="[[IDS_CALENDAR]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\5]
"Enable"=dword:00000001
"PageName"="Manila://weather.page"
"Title"="[[IDS_WEATHER]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\6]
"Enable"=dword:00000001
"PageName"="Manila://internet.page"
"Title"="[[IDS_INTERNETPORTALTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\7]
"Enable"=dword:00000001
"PageName"="Manila://album.page"
"Title"="[[IDS_PHOTOSANDVIDEOS]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\8]
"Enable"=dword:00000001
"PageName"="Manila://music.page"
"Title"="[[IDS_MUSICTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\9]
"Enable"=dword:00000001
"PageName"="Manila://inforwidget.page"
"Title"="[[IDS_STOCK]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\10]
"Enable"=dword:00000001
"PageName"="Manila://twitter.page"
"Title"="[[IDS_TWITTER]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\11]
"Enable"=dword:00000001
"PageName"="Manila://docexplorer.page"
"Title"="[[IDS_DOCUMENTSTITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\12]
"Enable"=dword:00000001
"PageName"="Manila://footprints.page"
"Title"="[[IDS_FOOTPRINTS_TITLE]]"
[HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration\13]
"Enable"=dword:00000001
"PageName"="Manila://settings.page"
"Title"="[[IDS_SETTINGSTITLE]]"
Does anyone know what I am missing to get the footprints and twitter tabs to be displayed? From what I have read, I think I have everything right...but I must be missing something. Thanks.
edit - Both twitter and footprints show up in ManilaFull.xml on my device. I can post the .xml if anyone thinks it would be useful to figure out why they are not being displayed.

Did you make sure to change these reg entries in your core?
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Manila://footprints.page.hidden"=dword:1
"Manila://twitter.page.hidden"=dword:1
Change the above entries to dword:0 and they should show up

jmart518 said:
Did you make sure to change these reg entries in your core?
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Manila://footprints.page.hidden"=dword:1
"Manila://twitter.page.hidden"=dword:1
Change the above entries to dword:0 and they should show up
Click to expand...
Click to collapse
Thanks, that was what I was missing. Always the simple things .

Hi, I have a similar problem, but I have by far less knowledge about these things... I would love to have the docexplorer and reader pages, but it seems I only have them in HKEY_CURRENT_USER\Software\HTC\Manila (here they are listed AND enabled 0x0) BUT in HKEY_LOCAL_MACHINE\Software\HTC\Manila\Configuration I ONLY HAVE the following "tabs":
0 = Home
1 = People
2 = Messaging
3 = Email
4 = Calendar
5 = Innternet
6 = Weather
7 = Album
8 = Music
9 = Footprints
10 = Settings
11 = Twitter
12 = Inforwidget
Is there a way I could "easily" implement those "missing & desired" pages into my device, even if I have to give up two others? And if so, what do I have to to? Just copy them into the directory (HKLM...)? Where can I get the missing files?
Sorry for bothering..., I´ve been thinking of "changing" my stock HD2 (ROM: 1.64.621.6...; Manila: 2.5.19211619.1; Radio: 2.06.51.07) just to get these two pages. Since I used CHT 1.85.. and now 2.0, I really ONLY miss those two pages..., and beeing able to use Landscape in CHT 2.0

AT the end it was easier and faster for me, just to change to a ROM that included the missing features. I guess I should start to learn how to cook

Manila Question
I have another strange problem
I use oboe manila 2018 but changed people and settings to 2016 even tried 2018 but when i press on the menu button in settings and people and even weather doesnt do anything.
Any ideas?

Grumps said:
I have another strange problem
I use oboe manila 2018 but changed people and settings to 2016 even tried 2018 but when i press on the menu button in settings and people and even weather doesnt do anything.
Any ideas?
Click to expand...
Click to collapse
I think that's caused by not putting the xml for that tab in \Windows\ManilaXml. Make sure you have app.dat or initflashfiles.txt (depending on kitchen used) in your EXT / OEM. You could also add the line(s) to initflashfiles.dat if you want. If you're using/dumping ROMs with OSKitchen by airxtreme, it will automatically add the app.dat to the manila EXT. Sample app.dat/initflashfiles.txt for people tab below:
Code:
Directory("\Windows\ManilaXml"):-File("People_Pages.xml","\Windows\People_Pages.xml")
To fix without cooking, just copy People_Pages.xml from \windows to \windows\manilaxml. You may need to delete \widnows\manilafull.xml (it will be re-built the next time sense launches).

mwalt2 said:
I think that's caused by not putting the xml for that tab in \Windows\ManilaXml. Make sure you have app.dat or initflashfiles.txt (depending on kitchen used) in your EXT / OEM. You could also add the line(s) to initflashfiles.dat if you want. If you're using/dumping ROMs with OSKitchen by airxtreme, it will automatically add the app.dat to the manila EXT. Sample app.dat/initflashfiles.txt for people tab below:
Code:
Directory("\Windows\ManilaXml"):-File("People_Pages.xml","\Windows\People_Pages.xml")
To fix without cooking, just copy People_Pages.xml from \windows to \windows\manilaxml. You may need to delete \widnows\manilafull.xml (it will be re-built the next time sense launches).
Click to expand...
Click to collapse
Lovely it worked! Thanx so much

Related

[27 Sep 08] Manila 2D on i780 + realVGA 96dpi

First of all thanks to herg62123 for beautiful Manila 2D engine.. I've been waiting on this to work on i780 since fisrt update.
Next, Thanks to Twolf and Havoc for their beautiful Manila 2D themes..
Thanks to Euphoria23, for sharing his HTCHomeSettings.xml. I've taken this as base and started editing few other tabs to fit i780 screen
Last but not least, G00ndu for 8his hardwork and beautiful MS2.1 themes for i780. He is inspiration for me to edit HTCHomeSettings.xml to work with i780.
Most of the tabs are now aligned to fit 320 width except the weather tab. I dont know how to fix this.. any takers. also tab headings are not centered. any help/fix in this regard highly appreciated.
I am newbie to this editing etc.. just to see this beautiful today plugin to work on i780 and hoping your help on remaining things to work perfectly on i780.
Insallation:
1. Install Manila 2D as explained in Update 16
http://forum.xda-developers.com/showpost.php?p=2277642&postcount=1.
2. Copy & replace files from Manila2D_i780.zip \windows dir
3. I've installed yellow theme by Havoc and some editing to fit i780 screen
Download Havoc theme from here
http://forum.xda-developers.com/showpost.php?p=2681346&postcount=924
4. Copy & replace files from HaVoC_Banana_Manilla2D_i780.zip to \windows dir
Enjoy Manila 2D on i780. Thanks
more screenshots
Great work!
but maybe you could do something about the weather icon on the weather tab, it's not centered. also the city text and the title text on all tabs.
Again, nice work!
Thanks!!!
Thanks a lot. That's exactly what I am after.
Great work!! Thanks
Finally tested Manilla2D in my i780 Any other themes adapted for it? For example with a different clock (digital) ? Thanks
Awesome work keep it up
Nice one mate ill try this out tomorrow!!
Great work!!!
Any news about working on Omnia???
spartakus said:
Great work!!!
Any news about working on Omnia???
Click to expand...
Click to collapse
It works fine. Go look in the man thread.
hi how about skin/clock themes? can u give list thrme and clock especially for i7c0 user?
Nice! Is it possible to make the shell work in near-fullscreen, i.e. without the bottom bar?
greatbal said:
Great work!
but maybe you could do something about the weather icon on the weather tab, it's not centered. also the city text and the title text on all tabs.
Again, nice work!
Click to expand...
Click to collapse
Hello,
replace the <WeatherWidget> HTCHomeSettings.xml for this:
<WeatherWidget>
<Property name="IDWEWG_LASTUPDATEBTN_RECT" id="0" value="160,100,70,15,147,40,151,15"/>
<Property name="IDWEWG_WEATHERBTN_RECT" id="1" value="4,47,232,60,4,47,312,60" />
<Property name="IDWEWG_LOCATIONBTN_RECT" id="2" value="4,51,232,200,4,136,212,23" />
<Property name="IDWEWG_STATUSTXT_RECT" id="3" value="15,91,210,60,15,51,290,60" />
<Property name="IDWEWG_LOCATIONTXT_RECT" id="4" value="15,121,210,22,15,118,290,22" />
<Property name="IDWEWG_LASTUPDATETXT_RECT" id="5" value="156,100,82,15,147,55,151,15" />
<Property name="IDWEWG_ADDCITYTXT_RECT" id="6" value="15,51,210,60,15,51,290,60" />
<Property name="IDWEWG_ARROWTXT_RECT" id="7" value="0,28,10,13,0,28,10,13" />
<Property name="IDWEWG_TEMPERATURETXT_RECT" id="8" value="8,33,80,40,15,33,80,40" />
<Property name="IDWEWG_DOWNARROWRELEASE_IMGID" id="9" value="83" />
<Property name="IDWEWG_DOWNARROWPRESS_IMGID" id="10" value="82" />
<Property name="IDWEWG_REFRESH_IMGID" id="11" value="84" />
<Property name="IDWEWG_SEPERATELINE_IMGID" id="12" value="86" />
<Property name="IDWEWG_DOWNARROW_POS" id="14" value="216,116,307,74" />
<Property name="IDWEWG_UPARROW_POS" id="15" value="216,90,307,60" />
<Property name="IDWEWG_REFRESH_POS" id="16" value="220,116,300,10" />
<Property name="IDWEWG_WEATHER_POS" id="17" value="0,0,90,25" />
<Property name="IDWEWG_SEPERATELINE_POS" id="18" value="0,210,0,210" />
<Property name="IDWEWG_HIGHTEMPTEXT_TODAY_RECT" id="19" value="8,78,60,15,8,78,60,15" />
<Property name="IDWEWG_LOWTEMPTEXT_TODAY_RECT" id="20" value="8,93,60,15,8,93,60,15" />
<Property name="IDWEWG_DAYTEXT_WEEK_RECT" id="27" value="0,4,100,12,0,5,100,25" />
<Property name="IDWEWG_HIGHTEMPTEXT_WEEK_RECT" id="28" value="0,0,26,15,175,5,30,15" />
<Property name="IDWEWG_LOWTEMPTEXT_WEEK_RECT" id="29" value="0,0,26,15,210,5,25,15" />
<Property name="IDWEWG_SEPERATELINE_IMGID_P" id="30" value="116" />
<Property name="IDWEWG_SEPERATELINE_POS1" id="31" value="47,143,38,140" />
<Property name="IDWEWG_SEPERATELINE_POS2" id="32" value="0,166,0,158" />
<Property name="IDWEWG_LOCATIONINDEXTXT_RECT" id="33" value="205,100,34,20,0,0,0,0" />
<Property name="IDWEWG_FORECASTCONTROL_RECT" id="34" value="0,0,0,62,0,0,0,62" />
<Property name="IDWEWG_LASTUPDATETITLE_RECT" id="35" value="135,38,105,15,147,40,151,15" />
<Property name="IDWEWG_SEPERATELINE1_IMGID" id="36" value="197" />
<Property name="IDWEWG_SEPERATELINE2_IMGID" id="37" value="198" />
<Property name="IDWEWG_WEATHERTEXT_RECT" id="38" value="0,200,320,22,15,136,290,22" />
<Property name="IDWEWG_UPARROWRELEASE_IMGID" id="39" value="85" />
<Property name="IDWEWG_UPARROWPRESS_IMGID" id="40" value="84" />
</WeatherWidget>
Heh... great piece of work!! Will be giving it a try man!! Looks great, and let me see if I can help to improve.
Many many thanks for sharing and contributing, and spending your time for the i780 community.
works fine on my i780
but how about others skin and clock??

			
				

			
				
SMRocket said:
Hello,
replace the <WeatherWidget> HTCHomeSettings.xml for this:
<WeatherWidget>
<Property name="IDWEWG_LASTUPDATEBTN_RECT" id="0" value="160,100,70,15,147,40,151,15"/>
<Property name="IDWEWG_WEATHERBTN_RECT" id="1" value="4,47,232,60,4,47,312,60" />
<Property name="IDWEWG_LOCATIONBTN_RECT" id="2" value="4,51,232,200,4,136,212,23" />
<Property name="IDWEWG_STATUSTXT_RECT" id="3" value="15,91,210,60,15,51,290,60" />
<Property name="IDWEWG_LOCATIONTXT_RECT" id="4" value="15,121,210,22,15,118,290,22" />
<Property name="IDWEWG_LASTUPDATETXT_RECT" id="5" value="156,100,82,15,147,55,151,15" />
<Property name="IDWEWG_ADDCITYTXT_RECT" id="6" value="15,51,210,60,15,51,290,60" />
<Property name="IDWEWG_ARROWTXT_RECT" id="7" value="0,28,10,13,0,28,10,13" />
<Property name="IDWEWG_TEMPERATURETXT_RECT" id="8" value="8,33,80,40,15,33,80,40" />
<Property name="IDWEWG_DOWNARROWRELEASE_IMGID" id="9" value="83" />
<Property name="IDWEWG_DOWNARROWPRESS_IMGID" id="10" value="82" />
<Property name="IDWEWG_REFRESH_IMGID" id="11" value="84" />
<Property name="IDWEWG_SEPERATELINE_IMGID" id="12" value="86" />
<Property name="IDWEWG_DOWNARROW_POS" id="14" value="216,116,307,74" />
<Property name="IDWEWG_UPARROW_POS" id="15" value="216,90,307,60" />
<Property name="IDWEWG_REFRESH_POS" id="16" value="220,116,300,10" />
<Property name="IDWEWG_WEATHER_POS" id="17" value="0,0,90,25" />
<Property name="IDWEWG_SEPERATELINE_POS" id="18" value="0,210,0,210" />
<Property name="IDWEWG_HIGHTEMPTEXT_TODAY_RECT" id="19" value="8,78,60,15,8,78,60,15" />
<Property name="IDWEWG_LOWTEMPTEXT_TODAY_RECT" id="20" value="8,93,60,15,8,93,60,15" />
<Property name="IDWEWG_DAYTEXT_WEEK_RECT" id="27" value="0,4,100,12,0,5,100,25" />
<Property name="IDWEWG_HIGHTEMPTEXT_WEEK_RECT" id="28" value="0,0,26,15,175,5,30,15" />
<Property name="IDWEWG_LOWTEMPTEXT_WEEK_RECT" id="29" value="0,0,26,15,210,5,25,15" />
<Property name="IDWEWG_SEPERATELINE_IMGID_P" id="30" value="116" />
<Property name="IDWEWG_SEPERATELINE_POS1" id="31" value="47,143,38,140" />
<Property name="IDWEWG_SEPERATELINE_POS2" id="32" value="0,166,0,158" />
<Property name="IDWEWG_LOCATIONINDEXTXT_RECT" id="33" value="205,100,34,20,0,0,0,0" />
<Property name="IDWEWG_FORECASTCONTROL_RECT" id="34" value="0,0,0,62,0,0,0,62" />
<Property name="IDWEWG_LASTUPDATETITLE_RECT" id="35" value="135,38,105,15,147,40,151,15" />
<Property name="IDWEWG_SEPERATELINE1_IMGID" id="36" value="197" />
<Property name="IDWEWG_SEPERATELINE2_IMGID" id="37" value="198" />
<Property name="IDWEWG_WEATHERTEXT_RECT" id="38" value="0,200,320,22,15,136,290,22" />
<Property name="IDWEWG_UPARROWRELEASE_IMGID" id="39" value="85" />
<Property name="IDWEWG_UPARROWPRESS_IMGID" id="40" value="84" />
</WeatherWidget>
Click to expand...
Click to collapse
yes u rock man... but can u edit too this part?
Xda font make alittle upper
sorry for my poor english
monyozt said:
yes u rock man... but can u edit too this part?
Xda font make alittle upper
sorry for my poor english
Click to expand...
Click to collapse
Hello,
you would like to see all the letters in uppercase?
I think he meant that the "line" with XDA-Dev should be moved upwards a little bit - in the image it is slightly covered.
Tilleke
SMRocket said:
Hello,
you would like to see all the letters in uppercase?
Click to expand...
Click to collapse
What's the possibility of this working on an 800w?

Remove tab names and/or date from home tab

Hi,
Finally I can get the same wallpaper on every tab. So I would like to get some more space to make my Diamond more beautiful.
1) I was looking for a mod to remove the tab names, but couldn't find any.
2) How to remove the date from Home tab? I've managed to remove the carrier name, but no success with the date:/
I post the screenshots, to let you know exactly what I am thinking about.
SOLVED - no more date on home screen and/or tab names
OK - easy peasy - I've done it on my own - no more date on Home Tab, no more annoying tab names
1) No date on home tab:
Modify 590ad244_manila file, removing the date format from the code (code between the highlighted brackets), so it should look like this:
Code:
<?xml version="1.0" encoding="utf-16"?>
<xliff version="1.0" lang="en-us">
<file datatype="plaintext" original="Home">
<header />
<body>
<trans-unit id="IDS_HOMETITLE">
<source>Home</source>
</trans-unit>
<trans-unit id="IDS_DATEFORMAT">
[COLOR="red"][B]<source></source>[/B][/COLOR]
</trans-unit>
<trans-unit id="IDS_APPOINTMENTS">
<source>Appointments</source>
2) No tab names:
Modify the 26948339_manila file, removing the title from the code (as in fighlighted brackets). For me this code starts at 54th line of the code. Do this for every tab.
Code:
<Page Order="5" Name="calendar.page" PackageName="HTC" [COLOR="red"][B]Title=""[/B][/COLOR]>
<ComponentReference Name="page" Mode9Path="HTC\calendar.mode9" Component="GizmoRoot" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\calendar.mode9" Component="Calendar_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\calendar.mode9" Component="Calendar_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\calendar.mode9" Component="Calendar_Preview" />
</Page>
<Page Order="3" Name="messaging.page" PackageName="HTC" [COLOR="red"][B]Title=""[/B][/COLOR]>
<ComponentReference Name="page" Mode9Path="HTC\messaging.mode9" Component="MessagesTopLevelPage" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Messaging_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Messaging_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Messaging_Preview" />
BUGS: I still have the weather tab names - will work on this.
PS> I'm not a coder/programmer, just a Diamond heavy-user, who didn't get any reply to his problem and solved it on his own - looking into a several Manila research pages.
I don't know if it will work on other ROM, so please make backup of these two files!!
I post the screenshots.
Hehe, the self resolving capabilities of some people......
pol280 said:
OK - easy peasy - I've done it on my own - no more date on Home Tab, no more annoying tab names
I post the screenshots.
Click to expand...
Click to collapse
...GOOD FOR YOU
But how did you do it?
zme999 said:
...GOOD FOR YOU
But how did you do it?
Click to expand...
Click to collapse
Hi, thanks for your interest. Look up 2nd post
simple mod to make it much better thanks
Works perfectly . Thx.
For Weather tab, if your TF3D is in EN-US, you have to edit 090661f7_manila, lign 31. It's the translation Manila<->EN-US file.
In fact, it's perhaps better to edit only this file, and to leave 26948339_manila files without any change ?
For other language... you have to find the right file... or post it here .
And did you really got more space (used for something else, I mean)? Or just wasted it ?
grrrrrrrrrrrrr... editing 090661f7_manila works for all tab (hum... all tab I don't disable)... but not for the Program Launcher tab @@
So, I've to edit 26948339_manila files, just for this tab :'(
More I look at manila files, more I suspect that Manila developpers took too much drugs !
@smog : There's nothing in the "new" empty space... except the theme that you can more see .
how can i edit this files like you show?
when its on my pc, i cant see them even though i have show hidden files option checked.
so i have no way to edit them.
you use simple notepad for that?
maybe you can create a cab ?
In your screenshot number 2, you have more than one appointement visible from the TF3D !? Is it just a "fake" screenshot ? Because a lot of people are asling for that, but no way to do it...
And second, already asked, have you won some space ? What is those two tweaks for ? Having the date on the first tab is quite good ... isn't it ?
Ciao
Fred
thanks for sharing
On your Diamond, with Resco Explorer (or Total Commander or...), copy/paste these files on "My Documents" and change attribute (no read-only, no hidden, etc.).
Then, sync with your PC.
And yes, with Notepad, edit them.
Resync.
Re-copy/paste on \Windows folder. Just ignore warning messages.
and enjoy .
frederikk said:
In your screenshot number 2, you have more than one appointement visible from the TF3D !? Is it just a "fake" screenshot ? Because a lot of people are asling for that, but no way to do it...
And second, already asked, have you won some space ? What is those two tweaks for ? Having the date on the first tab is quite good ... isn't it ?
Ciao
Fred
Click to expand...
Click to collapse
Hi,
1) It is not a fake - true SS. I don't know - it has always showed me two appointments - I use Dutty 2.5 ROM.
2) Well, I don't have top curtain at all, so I can see more of mine wallpaper. As well I didn't like the tab names, so again I got some more of wallpaper.
As for the date - when I'd like to know what date it is I'd tap clock. It is not as necessary for me to have it all time on my home tab.
pol280 said:
I've managed to remove the carrier name,QUOTE]
And how did you do this????
Click to expand...
Click to collapse

[Q]SMS/MMS Typing area only 3 lines?

Couldn't find anything similar, but I would like to ask if anyone else has found that there isn't enough space on the standard SMS/MMS typing screen on the HD. Especially when replying to a "thread" of messages.
I'm getting 3 lines showing, and as soon as you get to the 3rd line, the 1st line is hidden. Which is rather irritating when typing a long than "Hi, lol" type of text message!
This is using the standard SMS/MMS screen, and the "Full QWERTY" keyboard.
Is there a setting or a registry key I can alter to give me more lines visible?
Cheers in advance.
A quick cut n paste:
Here is howto:
1. Open Total Commander
2. Browse to the "Windows" folder
3. Find the file: thread_sms.htm
4. Press to edit with the little notebook below from Total Commander
You will see this HTML code:
Code:
<html XMLNS:Inbox>
<head>
<object id="HTMLFormFactory" CLASSID="clsid:29d48cf7-ed6a-4a9d-a17a-ae9115c07a90" />
<?IMPORT NAMESPACE="Inbox" IMPLEMENTATION="#HTMLFormFactory" />
<link rel="stylesheet" href="file://\windows\thread_style.css" type="text/css" />
</head>
<body>
<Inbox:ThreadIFrame>
<Inbox:content id="THREADIFRAME" links />
</Inbox:ThreadIFrame>
<div id="threadbottom">
<hr class="divider" size="1" />
<Inbox:ComposeBodyCount>
<Inbox:content ID="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" title />
</Inbox:ComposeBodyCount>
<Inbox:ComposeSubject class="sms">
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
go and find:
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
Replace the height "35" with "90"
Like so:
height=35 to height=90
*You can put the value as much as you want really....just see 35 as 2 text lines*
Hit save and softreset. And There you go. Space.......
Mick
Just install this mate.
Both of these are good answers. Personally I prefer not to clutter my phone with too many .cab files, though it is the easier option.
Each to there own though
Gasman said:
A quick cut n paste:
Here is howto:
1. Open Total Commander
2. Browse to the "Windows" folder
3. Find the file: thread_sms.htm
4. Press to edit with the little notebook below from Total Commander
You will see this HTML code:
Code:
<html XMLNS:Inbox>
<head>
<object id="HTMLFormFactory" CLASSID="clsid:29d48cf7-ed6a-4a9d-a17a-ae9115c07a90" />
<?IMPORT NAMESPACE="Inbox" IMPLEMENTATION="#HTMLFormFactory" />
<link rel="stylesheet" href="file://\windows\thread_style.css" type="text/css" />
</head>
<body>
<Inbox:ThreadIFrame>
<Inbox:content id="THREADIFRAME" links />
</Inbox:ThreadIFrame>
<div id="threadbottom">
<hr class="divider" size="1" />
<Inbox:ComposeBodyCount>
<Inbox:content ID="COMPOSEBODYCOUNT" format="%1!d!/%2!d!%4 (%3!d! messages)" title />
</Inbox:ComposeBodyCount>
<Inbox:ComposeSubject class="sms">
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
</Inbox:ComposeSubject>
</div>
</body>
</html>
go and find:
<Inbox:content id="COMPOSESUBJECT" width="98%" height=35 spell focus count links noclearonbackpresshold limit=0 autocap inserttab scroll />
Replace the height "35" with "90"
Like so:
height=35 to height=90
*You can put the value as much as you want really....just see 35 as 2 text lines*
Hit save and softreset. And There you go. Space.......
Mick
Click to expand...
Click to collapse
Top stuff!! I take this is editing a "ROM" file - hence the need for TotalCommander? (which I have!).

Too many horizontal instructions?

I'm starting to learn some xml-theme-coding and looked into the "keyguard_screen_sim_pin_portrait.xml" from Sony. I've a question regarding the following code part:
Code:
<TableLayout android:layout_gravity="center_horizontal" android:id="@id/keyPad" android:background="#10000000" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1.0" android:layout_below="@id/topDisplayGroup">
<TableRow android:layout_width="wrap_content" android:layout_height="wrap_content">
<LinearLayout android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="66.0dip" android:directionality="none">
<Button android:textAppearance="@style/SEMCTextAppearance.ExtraLarge" android:textColor="#ffffffff" android:id="@id/one" android:background="@drawable/semc_dial_num_1_large" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_weight="1.0" />
<Button android:textAppearance="@style/SEMCTextAppearance.ExtraLarge" android:textColor="#ffffffff" android:id="@id/two" android:background="@drawable/semc_dial_num_2_large" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_weight="1.0" />
<Button android:textAppearance="@style/SEMCTextAppearance.ExtraLarge" android:textColor="#ffffffff" android:id="@id/three" android:background="@drawable/semc_dial_num_3_large" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_weight="1.0" />
</LinearLayout>
</TableRow>
Why did they insert a TableLayout plus a horizontal LinearLayout? Isn't it redundant? It's just a small question and I hope the right forum.
It might make sense. Let's assume that the second line has got two views and that they are put into a LinearLayout, too.
It will look like this: (|--V--| is a place holder for a view.)
Code:
|--V--|--V--|--V--|
|----V---|---V----|
If there were no Linear Layouts, it would look like this:
Code:
|--V--|--V--|--V--|
|--V--|--V--|
However, you could do this better using a RelativeLayout.
Could you please post the other TableRows?
They're the same as the first one (it's the keypad for the sim card pin), but your answer makes sense. Thank you!

[Q] Multipule screen size

Hi guys, I hope that this is in the right place.
So I have been making an app for a few weeks (First one) and I had no idea that android apps was not responsive to screen size. OK not so bad. I have come from HTML CSS and PhP so that type of thing is a constant battle!
I did some digging and found out a few things, I found this sizing.
xhdpi: 720px by 1280px
large-hdpi: 640px by 960px
hdpi: 480px by 640px
mdpi: 320px by 480px
ldpi: 240px by 320px
When I first started creating the app I stuck all of the images in the mdpi folder! and well that did not work. So following the guide I rezied all of the images put them in those folders to the right size ect I also created all of the same layout folders.
layout-small
layout-large
laout-normal
layout-xlarge
not forgetting to add what was needed to the manifest
Code:
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true" />
Before I did this things would move around not the images but the text would jump around on smaller or larger phone sizes looking nothing like what it does in Eclipse. So after adding all the new folder ect I loaded up the emulator and got up a small phone, and it looked great, I emailed the app to myself to test on my phone again, and things are all out of place (The text) The images are in odd shapes too.
on what I would call normal phone sizes the text is still moving around and is not going into the positions that I set them to.
I do hope this makes sense! I a little tied!
Thanks guys, hope to get this issue sorted very soon
I can't really tell what the problem is without looking at the layout XML, but off the top of the head, did you use "dp" and "sp" units to keep the sizing relative?
What kind of layout did you use? Are the positioning absolute or relative?
You could also create different layout folders, but I think that the problems are in the layout files. If you post them (or one of them), we will be able to help you better.
When I was rezing the images I was using an online image editor, I set them all into px.
Here is the layout for one of the xml files,
Code:
<?xml version="1.0" encoding="utf-8"?>
THERE WAS A LINK OR SOMETHING HERE BUT THE SITE WOULD NOT ALLOW IT, NOT SURE WHAT IT WAS!
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000000" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/p7" />
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:text="Name"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" />
<TextView
android:id="@+id/TextView05"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:text="Size To Earth"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" />
<TextView
android:id="@+id/TextView11"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:text="64"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" />
<TextView
android:id="@+id/TextView04"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView10"
android:layout_centerHorizontal="true"
android:text="Orbital Period"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView09"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView04"
android:layout_centerHorizontal="true"
android:layout_marginBottom="156dp"
android:text="8,083,079,690 km²"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView08"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView03"
android:layout_alignLeft="@+id/TextView09"
android:layout_marginBottom="86dp"
android:text="2,877,000,000 km"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView02"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView08"
android:layout_centerHorizontal="true"
android:text="Distance From The Sun"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView03"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView09"
android:layout_alignRight="@+id/TextView04"
android:text="Surface Area"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView05"
android:layout_centerHorizontal="true"
android:layout_marginBottom="93dp"
android:text="83.7 Years"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView06"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:text="Uranus"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" />
<TextView
android:id="@+id/TextView07"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="0d 17h 14m"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView07"
android:layout_alignRight="@+id/TextView03"
android:text="Length Of Day"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
</RelativeLayout>
This is in the layout-normal folder.
If you need anymore of the code I will get it, there is a lot of pages though.
Thanks
Koki180 said:
When I was rezing the images I was using an online image editor, I set them all into px.
Here is the layout for one of the xml files,
Code:
<?xml version="1.0" encoding="utf-8"?>
THERE WAS A LINK OR SOMETHING HERE BUT THE SITE WOULD NOT ALLOW IT, NOT SURE WHAT IT WAS!
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000000" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/p7" />
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:text="Name"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" />
<TextView
android:id="@+id/TextView05"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:text="Size To Earth"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" />
<TextView
android:id="@+id/TextView11"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:text="64"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" />
<TextView
android:id="@+id/TextView04"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView10"
android:layout_centerHorizontal="true"
android:text="Orbital Period"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView09"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView04"
android:layout_centerHorizontal="true"
android:layout_marginBottom="156dp"
android:text="8,083,079,690 km²"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView08"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView03"
android:layout_alignLeft="@+id/TextView09"
android:layout_marginBottom="86dp"
android:text="2,877,000,000 km"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView02"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView08"
android:layout_centerHorizontal="true"
android:text="Distance From The Sun"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView03"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView09"
android:layout_alignRight="@+id/TextView04"
android:text="Surface Area"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView05"
android:layout_centerHorizontal="true"
android:layout_marginBottom="93dp"
android:text="83.7 Years"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView06"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:text="Uranus"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#ffffff" />
<TextView
android:id="@+id/TextView07"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="0d 17h 14m"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
<TextView
android:id="@+id/TextView01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/TextView07"
android:layout_alignRight="@+id/TextView03"
android:text="Length Of Day"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="#000000" />
</RelativeLayout>
This is in the layout-normal folder.
If you need anymore of the code I will get it, there is a lot of pages though.
Thanks
Click to expand...
Click to collapse
Thank you for this.
I think that the problem are lines like these:
Code:
android:layout_above="@+id/TextView04"
android:layout_marginBottom="156dp"
You use a margin. Now, on a bigger phone, this margin is smaller. That's causing the issues.
With screenshots (one showing the layout how you want it and one how it is shown on big screens) we could help you better.
One thing for the meantime: Have a look at dimension resources. You can put these files into directories like values-large and values-small, too. (More on that: Link)
Btw, the link is the android namespace which is the same in every xml file. (For Android development you don't have to know what it is. Just don't remove it in your file. )
Wihtout the Margins ect how would the text be place into the right places? (Taking knowlage from html and css =D )
Koki180 said:
Wihtout the Margins ect how would the text be place into the right places? (Taking knowlage from html and css =D )
Click to expand...
Click to collapse
No. It wouldn't be placed right. There need to be some changes for the margings. You could define them as a dimension resource. And those can be put into /res/values-small, /res/values-large and other folders like these.
As I said above, with some screenshots we could help you better. (You can replace all texts and images if you want. )
Maybe some other layout would be better. But we can't tell you without any screenshots.

Categories

Resources