Commit 73be2c89d0e09695350632c2f4b52703d287b6e4
1 parent
19e997bf
--no commit message
Showing
3 changed files
with
4 additions
and
2 deletions
gen/com/upc/pbe/upcnews/R.java
... | ... | @@ -14,6 +14,7 @@ public final class R { |
14 | 14 | public static final int Black=0x7f050002; |
15 | 15 | public static final int Blue=0x7f050004; |
16 | 16 | public static final int Gay=0x7f050006; |
17 | + public static final int Gray=0x7f050009; | |
17 | 18 | public static final int Green=0x7f050008; |
18 | 19 | public static final int Orange=0x7f050003; |
19 | 20 | public static final int Red=0x7f050007; | ... | ... |
res/layout/dirs.xml
... | ... | @@ -17,12 +17,12 @@ |
17 | 17 | android:text="@string/title" |
18 | 18 | android:textAppearance="?android:attr/textAppearanceMedium" |
19 | 19 | android:textColor="@color/Whyte_POwaH" /> |
20 | - | |
20 | + | |
21 | 21 | <ListView |
22 | 22 | android:id="@+id/listView1" |
23 | 23 | android:layout_width="match_parent" |
24 | 24 | android:layout_height="wrap_content" |
25 | - android:background="@color/Black" | |
25 | + android:background="@color/Gray" | |
26 | 26 | android:cacheColorHint="@color/Black" |
27 | 27 | android:clickable="true" |
28 | 28 | android:visibility="visible" > | ... | ... |