-
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" />
-
-
Junior Member
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.
-
-
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
-
Forum Rules
Bookmarks