Browse Source

fixed layout in records overview

Julien Clauter 10 years ago
parent
commit
44a7f13661
2 changed files with 6 additions and 4 deletions
  1. 2 2
      res/layout/expandable_section_header.xml
  2. 4 2
      res/layout/record_list_item.xml

+ 2 - 2
res/layout/expandable_section_header.xml

@@ -5,7 +5,7 @@
     android:layout_height="wrap_content"
     android:orientation="vertical"
     android:padding="8dp"
-    android:background="#000000">
+    android:background="#d9d9d9">
 
 
     <TextView
@@ -14,6 +14,6 @@
         android:layout_height="wrap_content"
         android:paddingLeft="?android:attr/expandableListPreferredItemPaddingLeft"
         android:textSize="17dp"
-        android:textColor="#f9f93d" />
+        android:textColor="#505c6d" />
 
 </LinearLayout>

+ 4 - 2
res/layout/record_list_item.xml

@@ -14,7 +14,8 @@
         android:layout_alignParentLeft="true"
         android:layout_alignParentTop="true"
         android:text="BSSID"
-        android:textAppearance="?android:attr/textAppearanceLarge" />
+        android:textAppearance="?android:attr/textAppearanceLarge"
+        android:textColor="#000000" />
 
     <TextView
         android:id="@+id/RecordTextFieldSSID"
@@ -45,6 +46,7 @@
         android:layout_alignBottom="@+id/RecordTextFieldBSSID"
         android:layout_alignRight="@+id/RecordTextFieldTimestamp"
         android:text="Protocol"
-        android:textAppearance="?android:attr/textAppearanceMedium" />
+        android:textAppearance="?android:attr/textAppearanceMedium"
+        android:textColor="#000000" />
 
 </RelativeLayout>