Commit 19e997bfb24728a93f571e52b59a91c50dbc9338

Authored by Imanol-Mikel Barba Sabariego
1 parent ee43ef7d

--no commit message

res/drawable/selectedonlist.xml
... ... @@ -9,7 +9,7 @@
9 9  
10 10 <item>
11 11 <shape>
12   - <solid android:color="#FFFFFF"/>
  12 + <solid android:color="@color/Black"/>
13 13 </shape>
14 14 </item>
15 15  
... ...
res/layout/dirs.xml
... ... @@ -7,8 +7,7 @@
7 7 android:gravity="center_horizontal"
8 8 android:orientation="vertical" >
9 9  
10   - <!-- Vista en llista -->
11   -
  10 + <!-- Vista en llista -->
12 11 <TextView
13 12 android:id="@+id/textViewTitle"
14 13 android:layout_width="wrap_content"
... ... @@ -18,7 +17,7 @@
18 17 android:text="@string/title"
19 18 android:textAppearance="?android:attr/textAppearanceMedium"
20 19 android:textColor="@color/Whyte_POwaH" />
21   -
  20 +
22 21 <ListView
23 22 android:id="@+id/listView1"
24 23 android:layout_width="match_parent"
... ...
res/layout/rowlayout.xml
... ... @@ -2,7 +2,7 @@
2 2 android:id="@+id/rowTextView"
3 3 android:layout_width="fill_parent"
4 4 android:layout_height="wrap_content"
5   - android:background="@color/backgroundmain"
  5 + android:background="@drawable/selectedonlist"
6 6 android:padding="10dp"
7 7 android:textColor="@color/Whyte_POwaH"
8 8 android:textSize="16sp" >
... ...