Add a border b/t the intel selector and feed/folder list.

This commit is contained in:
ojiikun 2013-05-21 07:21:20 +00:00
parent 4eef94fcea
commit 5c3114b18e

View file

@ -20,4 +20,11 @@
android:layout_alignParentTop="true"
android:tag="folderFeedListFragment" />
<View
android:id="@+id/feedintelligenceselector_border"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:background="@color/midgray"
android:layout_below="@id/fragment_folderfeedlist" />
</RelativeLayout>