mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Add a border b/t the intel selector and feed/folder list.
This commit is contained in:
parent
4eef94fcea
commit
5c3114b18e
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue