Skip to content

Commit 9f58ef5

Browse files
committed
new colors for todo app
1 parent f473aea commit 9f58ef5

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

31 Bytes
Loading
10 Bytes
Loading
-606 Bytes
Loading

de.vogella.android.todos/res/layout/todo_edit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

de.vogella.android.todos/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
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>

0 commit comments

Comments
 (0)