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