瀏覽代碼

setting divider color to #eee as decided by @jancborchardt

Andy Scherzinger 9 年之前
父節點
當前提交
efdcb97963
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      res/layout/drawer.xml
  2. 1 1
      res/layout/uploader_layout.xml
  3. 1 1
      res/values/colors.xml

+ 1 - 1
res/layout/drawer.xml

@@ -62,7 +62,7 @@
             android:layout_width="fill_parent"
             android:layout_height="match_parent"
             android:background="@color/background_color"
-            android:divider="#eee"
+            android:divider="@color/list_divider_background"
             android:dividerHeight="1dp"
             android:paddingTop="100dp" />
 

+ 1 - 1
res/layout/uploader_layout.xml

@@ -39,7 +39,7 @@
 		<ListView android:id="@android:id/list"
 			android:layout_width="fill_parent"
 			android:layout_height="fill_parent"
-			android:divider="@drawable/uploader_list_separator"
+			android:divider="@color/list_divider_background"
 			android:dividerHeight="1dip">
 		</ListView>
 

+ 1 - 1
res/values/colors.xml

@@ -28,7 +28,7 @@
     <color name="white">#FFFFFF</color>
     <color name="textColor">#303030</color>
     <color name="drawerMenuTextColor">#000000</color>
-    <color name="list_divider_background">#fff0f0f0</color>
+    <color name="list_divider_background">#eee</color>
     <color name="filelist_icon_backgorund">#DDDDDD</color>
     <color name="dark_background_text_color">#EEEEEE</color>
     <color name="login_text_color">#757575</color>