mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-24 02:45:21 +01:00
11 lines
289 B
XML
11 lines
289 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle">
|
||
|
<corners
|
||
|
android:topLeftRadius="@dimen/indicator_radius"
|
||
|
android:topRightRadius="@dimen/indicator_radius">
|
||
|
</corners>
|
||
|
</shape>
|
||
|
|
||
|
|