File tree Expand file tree Collapse file tree
de.vogella.android.todos/res Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 android:orientation=" vertical" android : layout_width =" fill_parent"
4- android:layout_height=" fill_parent" >
4+ android:layout_height=" fill_parent" android : background = " @color/listcolor " >
55
66
77 <Spinner android : id =" @+id/category" android : layout_width =" wrap_content"
Original file line number Diff line number Diff line change 1010 <string name =" todo_edit_summary" >Summary</string >
1111 <string name =" todo_edit_description" >Description</string >
1212 <string name =" todo_edit_confirm" >Confirm</string >
13- <color name =" listcolor" >#eee9e9 </color >
13+ <color name =" listcolor" >#FFE87C </color >
1414 <color name =" black" >#000000</color >
1515</resources >
You can’t perform that action at this time.
0 commit comments