mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
Change folder row borders to match mockups.
This commit is contained in:
parent
f2fb2bf328
commit
0bd0e1cd9f
4 changed files with 20 additions and 3 deletions
|
@ -78,10 +78,15 @@
|
|||
android:textSize="16dp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:background="@color/folder_border_top" />
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@color/midgray" />
|
||||
android:background="@color/folder_border_bottom" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -69,10 +69,15 @@
|
|||
android:textStyle="bold" />
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:background="@color/folder_border_top" />
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@color/midgray" />
|
||||
android:background="@color/folder_border_bottom" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -80,7 +80,12 @@
|
|||
<View
|
||||
android:layout_height="1dp"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@color/midgray"
|
||||
android:background="@color/folder_border_top"
|
||||
android:layout_alignParentTop="true" />
|
||||
<View
|
||||
android:layout_height="1dp"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@color/folder_border_bottom"
|
||||
android:layout_alignParentBottom="true" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
<color name="folder_background_selected_end">#fdfcca</color>
|
||||
<color name="folder_background_selected_start">#fbec8c</color>
|
||||
<color name="folder_text">#4C4C4C</color>
|
||||
<color name="folder_border_top">#FDFDFD</color>
|
||||
<color name="folder_border_bottom">#B7BBAA</color>
|
||||
<color name="feed_background">#F7F8F5</color>
|
||||
|
||||
<color name="story_title_unread">#606060</color>
|
||||
|
|
Loading…
Add table
Reference in a new issue