Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 3 of 3

Threaded View

  1. #1
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    167
    Rep Power
    753

    IGO Primo A simple skin for Primo android

    A simple skin for Primo android (275kb)

    I have made this for my new Doogee x6 pro phone. (1200 x 720)

    I'm quite new to android but i guess it will work and resize to any screen size that uses the 1024_768 image folder, M5,M6 in the multimode.ini

    In the download I have included a list of all the individual skin components and where to find them in the skin
    so they can be easily located, tweeked or individual functions can be removed to suit.

    Spoiler: screen portrait
    [Only registered and activated users can see links. ]


    Spoiler: screen landscape
    [Only registered and activated users can see links. ]


    Functions
    Spoiler: Skin Functions
    1/ A few coloured poi icons
    2/ Traffic lights (speedcam), data required from here [Only registered and activated users can see links. ]
    3/ Compass on quick menu
    4/ Night filter with intensity adjustment
    5/ House number ( can only be activated with info bar)

    6/ Info bar - blue (on/off)
    6.1/ Altitude
    6.2/ Tunnel length
    6.3/ Postcode/zipcode

    7/ Menu button (has a function on long click)
    7.1/ Tmc events
    7.2/ Speed

    8/ Route progress bar - auto show (when traffic event on route)
    9/ Tmc events on map (shows distance and info on upcoming traffic event)
    10/ Change lane sign post "ding"
    11/ Motorway next exit on button, short press- avoid road ahead, long press also has a function

    12/ side button for quick access (button shows stat of selected function)
    12.1/ shortcut - direct to calculating alternative routes
    12.2/ route via motorway - short press on, long press off
    12.3/ Auto zoom on/off
    12.4/ Volume mute
    12.5/ Volume control
    12.6/ Large back to map button


    Download
    [Only registered and activated users can see links. ]

    ***
    Spoiler: missing info

    For the info bar to display correctly I made adjustments to the current street size and placment

    original - templates_landscape.css
    ---------------------------------------

    .cockpit ROADSHIELDEDTEXT.current_street{
    font:"default";
    padding:text_padding;
    left:(ui_PropLayer.ShowTripBar ? 25% : 22%);
    bottom:(int(PARENT.H * 2%) + cockpit_hcorrection);
    right:(int(PARENT.W * 22%) + cockpit_wcorrection);
    h:11%;
    z: 21;
    align: "CENTER";
    textmodel_wstr:"navigation.car.current_street_with_shield";
    visible:(!%lua.laneInfoVisible && !%lua.HwyPoiListIsVisible && !%screen.msgbox.is_onscreen && %navigation.car.current_street_with_shield);
    }

    .cockpit BUTTON.current_street{
    left: ((PARENT.W - PARENT.textW)/2 - text_padding);
    w: (text_padding + text_padding + PARENT.textW);
    top: -22%; bottom: -26%; z: 20;
    bmp: "map_currentstrt_spr.bmp"; resize_bmp: 1;
    }


    skin - templates_landscape.css
    ---------------------------------------

    .cockpit ROADSHIELDEDTEXT.current_street{
    font:"defaultbd";
    padding:text_padding;
    left:(ui_PropLayer.ShowTripBar ? 25% : 22%);
    bottom:(int(PARENT.H * 2%) + cockpit_hcorrection);
    right:(int(PARENT.W * 22%) + cockpit_wcorrection);
    h:12%;
    z: 21;
    align: "CENTER";
    textmodel_wstr:"navigation.car.current_street_with_shield";
    visible:(!%lua.laneInfoVisible && !%lua.HwyPoiListIsVisible && !%screen.msgbox.is_onscreen && %navigation.car.current_street_with_shield);
    }

    .cockpit BUTTON.current_street{
    left: ((PARENT.W - PARENT.textW)/2 - text_padding);
    w: (text_padding + text_padding + PARENT.textW);
    top: 10%;
    bottom: 10%; z: 20;
    bmp: "map_currentstrt_spr.bmp"; resize_bmp: 1;
    }



    original - templates_portrait.css
    --------------------------------

    .cockpit ROADSHIELDEDTEXT.current_street{
    font:"default";
    padding:text_padding;
    left:(ui_PropLayer.ShowTripBar ? tripbar_w : 0);
    bottom:const(int(map_infofield_h /3 + cockpit_hcorrection));
    right:cockpit_wcorrection;
    h:9%;
    z: 21;
    align: "CENTER";
    textmodel_wstr:"navigation.car.current_street_with_shield";
    visible:(!%lua.laneInfoVisible);
    }



    skin - templates_portrait.css
    --------------------------------

    .cockpit ROADSHIELDEDTEXT.current_street{
    font:"defaultbd";
    padding:text_padding;
    left:(ui_PropLayer.ShowTripBar ? tripbar_w : 0);
    bottom:const(int(map_infofield_h /3 + cockpit_hcorrection));
    right:cockpit_wcorrection;
    h:6%;
    z: 21;
    align: "CENTER";
    textmodel_wstr:"navigation.car.current_street_with_shield";
    visible:(!%lua.laneInfoVisible);
    }

    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Last edited by morco; 22nd March 2016 at 07:08 PM.

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •