Windows Phone Interface Design

Source: Internet
Author: User

To achieve this effect:

1. Ensure that the status bar background color is the same as the theme bar color, you need to set the status bar transparency, the code is as follows:
Shell:systemtray.isvisible= "True" shell:systemtray.opacity= "0.01"
2. The top status bar height is 25, the word up and down to leave part of the blank 3. The Content column is designed as a gradient color with the following code:
<Gridx:name= "LayoutRoot">        <grid.rowdefinitions>            <RowDefinitionHeight= "a"/>            <RowDefinitionHeight="*"/>        </grid.rowdefinitions>        <GridGrid.Row= "0"Background= "Blue">            <TextBlockText= "My App"Margin= "0,25,0,0"VerticalAlignment= "Center"HorizontalAlignment= "Center"FontSize= "+"/>        </Grid>        <GridGrid.Row= "1">            <Grid.background>                <LinearGradientBrushEndPoint= "0.5,1"StartPoint= "0.5,0">                    <GradientStopColor= "#FF6CBFC3"Offset= "1"/>                    <GradientStopColor= "#FF68AE61"Offset= "0"/>                </LinearGradientBrush>            </Grid.background>        </Grid>    </Grid>

Windows Phone Interface Design

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.