stock-news-app / app / src / main / res / drawable / border.xml
border.xml
Raw
<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <padding android:left="10dp" android:right="10dp" android:top="10dp" android:bottom="10dp"/>
    <stroke android:width="2dp" android:color="#CCCCCC"/>
</shape>