2025-11-27 05:36:47 +00:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
2025-12-01 01:37:43 +00:00
|
|
|
android:width="24dp"
|
|
|
|
|
android:height="24dp"
|
|
|
|
|
android:viewportWidth="24"
|
|
|
|
|
android:viewportHeight="24">
|
|
|
|
|
<!-- 游戏手柄主体 -->
|
2025-11-27 05:36:47 +00:00
|
|
|
<path
|
2025-12-01 01:37:43 +00:00
|
|
|
android:strokeColor="#FFFFFFFF"
|
|
|
|
|
android:strokeWidth="2"
|
|
|
|
|
android:strokeLineCap="round"
|
|
|
|
|
android:strokeLineJoin="round"
|
|
|
|
|
android:fillColor="#00000000"
|
|
|
|
|
android:pathData="M6,11 L6,9 C6,6.79 7.79,5 10,5 L14,5 C16.21,5 18,6.79 18,9 L18,11"/>
|
|
|
|
|
<path
|
|
|
|
|
android:strokeColor="#FFFFFFFF"
|
|
|
|
|
android:strokeWidth="2"
|
|
|
|
|
android:strokeLineCap="round"
|
|
|
|
|
android:strokeLineJoin="round"
|
|
|
|
|
android:fillColor="#00000000"
|
|
|
|
|
android:pathData="M4,11 L20,11 C21.1,11 22,11.9 22,13 L22,15 C22,17.21 20.21,19 18,19 L17,19 L16,21 L8,21 L7,19 L6,19 C3.79,19 2,17.21 2,15 L2,13 C2,11.9 2.9,11 4,11 Z"/>
|
|
|
|
|
<!-- 左侧十字键 - 横 -->
|
2025-11-27 05:36:47 +00:00
|
|
|
<path
|
2025-12-01 01:37:43 +00:00
|
|
|
android:strokeColor="#FFFFFFFF"
|
|
|
|
|
android:strokeWidth="1.5"
|
|
|
|
|
android:strokeLineCap="round"
|
|
|
|
|
android:fillColor="#00000000"
|
|
|
|
|
android:pathData="M6,15 L10,15"/>
|
|
|
|
|
<!-- 左侧十字键 - 竖 -->
|
2025-11-27 05:36:47 +00:00
|
|
|
<path
|
2025-12-01 01:37:43 +00:00
|
|
|
android:strokeColor="#FFFFFFFF"
|
|
|
|
|
android:strokeWidth="1.5"
|
|
|
|
|
android:strokeLineCap="round"
|
|
|
|
|
android:fillColor="#00000000"
|
|
|
|
|
android:pathData="M8,13 L8,17"/>
|
|
|
|
|
<!-- 右侧按钮 -->
|
2025-11-27 05:36:47 +00:00
|
|
|
<path
|
2025-12-01 01:37:43 +00:00
|
|
|
android:fillColor="#FFFFFFFF"
|
|
|
|
|
android:pathData="M16,14 C16,14.55 15.55,15 15,15 C14.45,15 14,14.55 14,14 C14,13.45 14.45,13 15,13 C15.55,13 16,13.45 16,14 Z"/>
|
2025-11-27 05:36:47 +00:00
|
|
|
<path
|
2025-12-01 01:37:43 +00:00
|
|
|
android:fillColor="#FFFFFFFF"
|
|
|
|
|
android:pathData="M19,14 C19,14.55 18.55,15 18,15 C17.45,15 17,14.55 17,14 C17,13.45 17.45,13 18,13 C18.55,13 19,13.45 19,14 Z"/>
|
2025-11-27 05:36:47 +00:00
|
|
|
</vector>
|