Newer
Older
Telegram / TMessagesProj / src / main / res / drawable / search_carret.xml
ubt on 31 Oct 2017 236 bytes init
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
    <solid android:color="#ffffffff" />
    <size android:width="1dp" android:height="6dp" />
</shape>