Commit 19e997bfb24728a93f571e52b59a91c50dbc9338
1 parent
ee43ef7d
--no commit message
Showing
3 changed files
with
4 additions
and
5 deletions
res/drawable/selectedonlist.xml
res/layout/dirs.xml
@@ -7,8 +7,7 @@ | @@ -7,8 +7,7 @@ | ||
7 | android:gravity="center_horizontal" | 7 | android:gravity="center_horizontal" |
8 | android:orientation="vertical" > | 8 | android:orientation="vertical" > |
9 | 9 | ||
10 | - <!-- Vista en llista --> | ||
11 | - | 10 | + <!-- Vista en llista --> |
12 | <TextView | 11 | <TextView |
13 | android:id="@+id/textViewTitle" | 12 | android:id="@+id/textViewTitle" |
14 | android:layout_width="wrap_content" | 13 | android:layout_width="wrap_content" |
@@ -18,7 +17,7 @@ | @@ -18,7 +17,7 @@ | ||
18 | android:text="@string/title" | 17 | android:text="@string/title" |
19 | android:textAppearance="?android:attr/textAppearanceMedium" | 18 | android:textAppearance="?android:attr/textAppearanceMedium" |
20 | android:textColor="@color/Whyte_POwaH" /> | 19 | android:textColor="@color/Whyte_POwaH" /> |
21 | - | 20 | + |
22 | <ListView | 21 | <ListView |
23 | android:id="@+id/listView1" | 22 | android:id="@+id/listView1" |
24 | android:layout_width="match_parent" | 23 | android:layout_width="match_parent" |
res/layout/rowlayout.xml
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | android:id="@+id/rowTextView" | 2 | android:id="@+id/rowTextView" |
3 | android:layout_width="fill_parent" | 3 | android:layout_width="fill_parent" |
4 | android:layout_height="wrap_content" | 4 | android:layout_height="wrap_content" |
5 | - android:background="@color/backgroundmain" | 5 | + android:background="@drawable/selectedonlist" |
6 | android:padding="10dp" | 6 | android:padding="10dp" |
7 | android:textColor="@color/Whyte_POwaH" | 7 | android:textColor="@color/Whyte_POwaH" |
8 | android:textSize="16sp" > | 8 | android:textSize="16sp" > |