Commit 64b8f3f8bbc6c283b007048c09c04dc4278eafc5

Authored by Imanol-Mikel Barba Sabariego
1 parent 3c1882d2

--no commit message

gen/com/upc/pbe/upcnews/R.java
... ... @@ -33,7 +33,8 @@ public final class R {
33 33 public static final int ic_menu_name=0x7f020003;
34 34 public static final int ic_startbutton=0x7f020004;
35 35 public static final int selectedonlist=0x7f020005;
36   - public static final int startbuttontoggle=0x7f020006;
  36 + public static final int selectedonlist2=0x7f020006;
  37 + public static final int startbuttontoggle=0x7f020007;
37 38 }
38 39 public static final class id {
39 40 public static final int LinearLayout1=0x7f0a0001;
... ...
res/layout/rowlayout.xml
... ... @@ -4,7 +4,7 @@
4 4 android:layout_height="wrap_content"
5 5 android:background="@drawable/selectedonlist"
6 6 android:padding="10dp"
7   - android:textColor="@color/Whyte_POwaH"
  7 + android:textColor="@color/White"
8 8 android:textSize="16sp" >
9 9  
10 10 </TextView>
11 11 \ No newline at end of file
... ...