session-android/res/drawable/last_seen_divider_text_background.xml
2017-02-21 12:37:40 -08:00

7 lines
350 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="?conversation_item_last_seen_text_background"/>
<corners android:radius="65dp"/>
<padding android:bottom="15dp" android:left="15dp" android:right="15dp" android:top="15dp"/>
</shape>