Results 1 to 3 of 3

Thread: Styles in Android share a similar philosophy to cascading stylesheets in web design

Share/Bookmark
  1. #1
    Banned
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Styles in Android share a similar philosophy to cascading stylesheets in web design

    Styles in Android share a similar philosophy to cascading stylesheets in web design—they allow you to separate the design from the content.

    For example, by using a style, you can take this layout XML:

    <TextView

    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:textColor="#00FF00"
    android:typeface="monospace"
    android:text="@string/hello" />

  2. #2
    Junior Member sharonlewis's Avatar
    Join Date
    May 2012
    Location
    Jamestown, Rhode Island, United States
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Styles in Android share a similar philosophy to cascading stylesheets in web desi

    It's nice how you can put all together into XML.

  3. #3
    Junior Member
    Join Date
    Jul 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Styles in Android share a similar philosophy to cascading stylesheets in web desi

    Anyone tells me why I see nothing?

Posting Permissions

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