feat: 初始化项目结构和基本功能
- 创建项目根目录和主要子模块 - 添加基本的 Activity 和布局文件 - 实现简单的导航和电话拨打功能 - 添加相机和图像处理相关代码 - 创建网络请求和数据加密工具类 - 设置 AndroidManifest 文件和权限
This commit is contained in:
35
servicing/src/main/res/drawable/sv_tencent_icon.xml
Normal file
35
servicing/src/main/res/drawable/sv_tencent_icon.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="256.8dp"
|
||||
android:height="256dp"
|
||||
android:viewportWidth="1027"
|
||||
android:viewportHeight="1024">
|
||||
<path
|
||||
android:pathData="M793.2,1017.2H231.3c-124.8,0 -226.1,-101.3 -226.1,-226.1V229.4C5.1,104.6 106.4,3.3 231.3,3.3h561.7c124.8,0 226.1,101.3 226.1,226.1v561.7c0,124.8 -101.1,226.1 -225.9,226.1z"
|
||||
android:strokeAlpha="0.42"
|
||||
android:fillColor="#FF8155"
|
||||
android:fillAlpha="0.42"/>
|
||||
<path
|
||||
android:pathData="M1017.5,812.8c0.7,-7.2 1.2,-14.3 1.2,-21.7V614.1L410.1,5.4l7.8,-2.1H230.8c-8.1,0 -16.2,0.5 -24.2,1.4l615.2,606.2 -400.6,406.4H621.3l297.4,-301.8 98.8,97.4z"
|
||||
android:fillColor="#E8E8E8"/>
|
||||
<path
|
||||
android:pathData="M1018.6,614.1V229.4c0,-124.8 -101.3,-226.1 -226.1,-226.1H418l-7.8,2.1 608.5,608.7z"
|
||||
android:fillColor="#FF8155"/>
|
||||
<path
|
||||
android:pathData="M1018.6,614.1V229.4c0,-124.8 -101.3,-226.1 -226.1,-226.1H418l-7.8,2.1 608.5,608.7z"
|
||||
android:fillColor="#00C562"/>
|
||||
<path
|
||||
android:pathData="M206.6,4.7c-113.5,12 -201.9,108.2 -201.9,224.8v561.7c0,124.8 101.3,226.1 226.1,226.1h190.4l400.4,-406.4L206.6,4.7z"
|
||||
android:fillColor="#3776FF"/>
|
||||
<path
|
||||
android:pathData="M1017.5,812.8l-98.8,-97.4 -297.4,301.8H792.5c117.5,0 214.1,-89.8 225,-204.4z"
|
||||
android:fillColor="#FF8155"/>
|
||||
<path
|
||||
android:pathData="M1017.5,812.8l-98.8,-97.4 -297.4,301.8H792.5c117.5,0 214.1,-89.8 225,-204.4z"
|
||||
android:fillColor="#C1C1C1"/>
|
||||
<path
|
||||
android:pathData="M617.8,571.2c29.5,-32.1 54.2,-68.8 73.4,-109.4l130.8,-278.3c5.5,-11.8 -9.5,-26.1 -21,-20.3L527.6,304a436.2,436.2 0,0 0,-106.8 77.3c40.6,35.5 80.1,70.8 101.8,91.6 21.5,21.2 57.9,58.8 95.3,98.3z"
|
||||
android:fillColor="#F94A13"/>
|
||||
<path
|
||||
android:pathData="M522.3,473.1c-21.7,-20.8 -61.2,-56.1 -101.8,-91.6 -35.8,35.3 -65.3,77.1 -87.2,123.7L202.4,783.5c-5.5,11.8 9.5,26.1 21,20.3l273.4,-140.8c45.9,-23.8 86.5,-54.7 120.7,-91.8 -37.2,-39.5 -73.6,-77.1 -95.3,-98.1z"
|
||||
android:fillColor="#FFFFFF"/>
|
||||
</vector>
|
Reference in New Issue
Block a user