aboutsummaryrefslogtreecommitdiff
path: root/res/drawable/channel_tile_top.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/channel_tile_top.xml')
-rw-r--r--res/drawable/channel_tile_top.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/drawable/channel_tile_top.xml b/res/drawable/channel_tile_top.xml
index 96827419..ed309fce 100644
--- a/res/drawable/channel_tile_top.xml
+++ b/res/drawable/channel_tile_top.xml
@@ -15,10 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@color/channel_tile_top"/>
- <corners android:radius="@dimen/channel_tile_round_radius"
- android:topLeftRadius="@dimen/channel_tile_round_radius"
- android:topRightRadius="@dimen/channel_tile_round_radius"
- android:bottomLeftRadius="@dimen/channel_tile_round_radius"
- android:bottomRightRadius="@dimen/channel_tile_round_radius"/>
+ <solid android:color="@color/channel_tile_top" />
+ <corners android:radius="@dimen/channel_tile_round_radius" />
</shape> \ No newline at end of file