浏览代码

remove divider in account list

AndyScherzinger 6 年之前
父节点
当前提交
b607d8d176
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/main/res/layout/accounts_layout.xml

+ 1 - 3
src/main/res/layout/accounts_layout.xml

@@ -33,8 +33,6 @@
 		android:id="@+id/account_list"
 		android:id="@+id/account_list"
 		android:layout_width="fill_parent"
 		android:layout_width="fill_parent"
 		android:layout_height="fill_parent"
 		android:layout_height="fill_parent"
-		android:divider="@color/list_divider_background"
-		android:dividerHeight="@dimen/divider_height_independent">
-	</ListView>
+		android:divider="@null" />
 
 
 </LinearLayout>
 </LinearLayout>