mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-05 21:34:40 +03:00
14 lines
330 B
XML
14 lines
330 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="oval">
|
||
|
|
||
|
<solid
|
||
|
android:color="@android:color/white"/>
|
||
|
|
||
|
<size
|
||
|
android:height="@dimen/channel_avatar_halo_size"
|
||
|
android:width="@dimen/channel_avatar_halo_size"/>
|
||
|
|
||
|
</shape>
|