Skip to content

Commit

Permalink
Merge pull request #99 from ebraminio/style
Browse files Browse the repository at this point in the history
Apply unread count and fab coloring from styles.xml
  • Loading branch information
bubelov authored Nov 21, 2021
2 parents e213166 + 5cd44de commit 5fcbfc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/bg_circle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="1000dp" />
<solid android:color="@color/color_accent" />
<solid android:color="?colorSecondary" />
</shape>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_feeds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
android:focusable="true"
android:text="@string/import_feeds_from_opml_file"
android:textAppearance="?textAppearanceBody1"
android:textColor="@color/color_accent"
android:textColor="?colorAccent"
android:visibility="gone" />

</LinearLayout>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_item_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
android:paddingEnd="6dp"
android:paddingBottom="2dp"
android:textAppearance="?attr/textAppearanceCaption"
android:textColor="@android:color/white"
android:textColor="?colorOnSecondary"
tools:text="666" />

<FrameLayout
Expand Down

0 comments on commit 5fcbfc7

Please sign in to comment.