mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
7 lines
242 B
XML
7 lines
242 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle">
|
||
|
<size android:width="1000dp" android:height="2dp" />
|
||
|
<solid android:color="#cecbce"/>
|
||
|
</shape>
|