Skip to main content

Defining and Using Styles

  • Chapter
Beginning Android 3
  • 794 Accesses

Abstract

Every now and then, you will find some code with a cryptic style attribute in a layout element. For example, in the chapter on threading, the following ProgressBar was presented: <?xml version=“1.0” encoding=“utf-8”?> < LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android” android:orientation=“vertical” android:layout_width=“fill_parent” android:layout_height=“fill_parent” > <ProgressBar android:id=“@+id/progress” style=“?android:attr/progressBarStyleHorizontal” android:layout_width=“fill_parent” android:layout_height=“wrap_content” /> </LinearLayout>

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 49.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2011 Mark Murphy

About this chapter

Cite this chapter

Murphy, M. (2011). Defining and Using Styles. In: Beginning Android 3. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-3298-8_24

Download citation

Publish with us

Policies and ethics