Commit 46a9d966222f551098bb16c3ff8894f8eda0f146

Authored by Imanol-Mikel Barba Sabariego
1 parent a236b1cc

GFX glitch fixed

Showing 1 changed file with 2 additions and 1 deletions
res/layout/dirs.xml
... ... @@ -8,12 +8,13 @@
8 8 android:orientation="vertical" >
9 9  
10 10 <!-- Vista en llista -->
11   -
  11 +
12 12 <TextView
13 13 android:id="@+id/textViewTitle"
14 14 android:layout_width="wrap_content"
15 15 android:layout_height="wrap_content"
16 16 android:layout_marginLeft="14dp"
  17 + android:background="@color/backgroundmain"
17 18 android:text="@string/title"
18 19 android:textAppearance="?android:attr/textAppearanceMedium"
19 20 android:textColor="@color/Whyte_POwaH" />
... ...