0

I know Java, but I am new to Android. I have a question, maybe it is simple but I have searched the web for the past 2 days and I`ve got nothing. I don't even know how it's called, that's why I have a link to an image photo and an example path to it menu->settings->location (for example but in settings almost all items are the same) The TextView or the Chechbox items have a text and a description (the text is bigger and the description is smaller in the picture) .The answer is probably pretty simple because almost all items are the same. and how descriptions change after the new itent has been procesed they have an android:id or something to id them in the code? thank you for your time!

Will Tate
  • 33,439
  • 9
  • 77
  • 71
CyberGriZzly
  • 379
  • 3
  • 9
  • 22
  • 1
    I'm not entirely sure what you're asking. It looks like your interested in android Preferences? http://www.kaloer.com/android-preferences – Will Tate Mar 31 '11 at 22:07

2 Answers2

0

you might want to read Custom ListView items and adapters that's what i think is being displayed, Android Series: Custom ListView items and adapters

Necronet
  • 6,704
  • 9
  • 49
  • 89
0

On the screenshot there is a ListView. The item highlighted is a custom ListView item. The highlighted item is not just a single view. It looks like there are 3 views: a vertical LinearLayout containing 2 TextView, one for title and one for description.

Corneliu
  • 2,932
  • 1
  • 19
  • 22