summaryrefslogtreecommitdiff
path: root/res/layout/headlines_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-08 20:33:46 +0400
committerAndrew Dolgov <[email protected]>2013-09-08 20:33:46 +0400
commit6a397ef34d3f0ff54867f1edccab340b72b191ce (patch)
treeff30d7fd1bb42c0e43dba0f3e1ee4dc47d9d69b1 /res/layout/headlines_fragment.xml
parent668f1629f83ce50982e326a8e251a9fd8819f508 (diff)
make ui more ~cards~ like, simplify some drawables
Diffstat (limited to 'res/layout/headlines_fragment.xml')
-rw-r--r--res/layout/headlines_fragment.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml
index 58fa6694..d3effae6 100644
--- a/res/layout/headlines_fragment.xml
+++ b/res/layout/headlines_fragment.xml
@@ -2,13 +2,14 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines_fragment"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:paddingLeft="5dp" >
+ android:layout_height="fill_parent">
<ListView
android:id="@+id/headlines"
android:layout_width="match_parent"
android:layoutAnimation="@anim/layout_headline"
+ android:dividerHeight="0dp"
+ android:divider="@null"
android:layout_height="match_parent" >
</ListView>