mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-05 05:20:44 +03:00
13 lines
330 B
XML
13 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>
|