51 lines
1.8 KiB
XML
51 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- Dark Background with gradient feel -->
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#0d1117" />
|
|
</shape>
|
|
</item>
|
|
|
|
<!-- Left side: Shield Icon -->
|
|
<item
|
|
android:gravity="center_vertical|start"
|
|
android:left="40dp"
|
|
android:width="80dp"
|
|
android:height="80dp">
|
|
<vector
|
|
android:width="80dp"
|
|
android:height="80dp"
|
|
android:viewportWidth="108"
|
|
android:viewportHeight="108">
|
|
<!-- Shield outer -->
|
|
<path
|
|
android:fillColor="#FF5722"
|
|
android:pathData="M54,20L24,34v22c0,19.8 12.78,38.34 30,42.84 17.22,-4.5 30,-23.04 30,-42.84V34L54,20z"/>
|
|
<!-- Shield inner -->
|
|
<path
|
|
android:fillColor="#0d1117"
|
|
android:pathData="M54,26L30,38v18c0,16.5 10.26,31.92 24,35.7 13.74,-3.78 24,-19.2 24,-35.7V38L54,26z"/>
|
|
<!-- W Logo -->
|
|
<path
|
|
android:fillColor="#FF5722"
|
|
android:pathData="M38,50 L44,70 L54,54 L64,70 L70,50 L65,50 L62,60 L54,48 L46,60 L43,50 Z"/>
|
|
<!-- Connection dot -->
|
|
<path
|
|
android:fillColor="#4CAF50"
|
|
android:pathData="M54,40 m-3,0 a3,3 0 1,1 6,0 a3,3 0 1,1 -6,0"/>
|
|
</vector>
|
|
</item>
|
|
|
|
<!-- Right side: App Name Text (as shapes) -->
|
|
<item
|
|
android:gravity="center_vertical|end"
|
|
android:right="40dp"
|
|
android:width="180dp"
|
|
android:height="60dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#00000000" />
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|