用户直接进入,不用点击点登录界面,jpg 转成webp 图片格式的转换

This commit is contained in:
wangdongsheng
2021-10-22 10:20:09 +08:00
parent 3ede202a30
commit ed379a7dc4
34 changed files with 1026 additions and 445 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_height="42dp"
android:background="@drawable/other_text">
<Spinner

View File

@@ -30,7 +30,7 @@
<!--设置系统的取消预览(空白窗口)为true -->
<item name="android:windowDisablePreview">true</item>
<!--设置背景为透明-->
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowIsTranslucent">false</item>
</style>
<style name="AppTheme.NoActionBar">