diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2016-03-29 19:47:37 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2016-03-29 20:04:50 -0400 |
commit | 27544266a4eed04dfe901aed49ac3b9dda74eea0 (patch) | |
tree | e5017022df56168d59fc4d93463dba85483295e4 /app | |
parent | 1d6a03ca2978e4e1a5d97ff51483de5422e02063 (diff) | |
download | AntennaPod-27544266a4eed04dfe901aed49ac3b9dda74eea0.zip |
changed triangle color to antennapod blue
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/subscription_item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/subscription_item.xml b/app/src/main/res/layout/subscription_item.xml index b468d44e9..758bc69fa 100644 --- a/app/src/main/res/layout/subscription_item.xml +++ b/app/src/main/res/layout/subscription_item.xml @@ -32,10 +32,10 @@ android:layout_height="match_parent" android:layout_alignParentRight="true" android:layout_alignParentTop="true" - app:backgroundColor="#bbbfbfbf" + app:backgroundColor="@color/antennapod_blue" app:corner="rightTop" app:primaryText="Test" - app:primaryTextColor="@color/grey600" + app:primaryTextColor="@color/white" app:primaryTextSize="12sp" android:layout_gravity="right|top"/> |