mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 07:10:29 +05:30
10 lines
317 B
XML
10 lines
317 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<solid android:color="#4d000000" />
|
||
|
<corners android:radius="8dp" />
|
||
|
<padding
|
||
|
android:bottom="8dp"
|
||
|
android:left="8dp"
|
||
|
android:right="8dp"
|
||
|
android:top="8dp" />
|
||
|
</shape>
|