调整应用设置窗口显示信息
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Mon Jan 05 19:22:24 HKT 2026
|
#Tue Jan 06 07:11:25 GMT 2026
|
||||||
stageCount=47
|
stageCount=47
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.14
|
baseVersion=15.14
|
||||||
publishVersion=15.14.46
|
publishVersion=15.14.46
|
||||||
buildCount=0
|
buildCount=8
|
||||||
baseBetaVersion=15.14.47
|
baseBetaVersion=15.14.47
|
||||||
|
|||||||
@@ -39,13 +39,16 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="TTS语音服务设置:"/>
|
android:text="TTS语音服务设置:"
|
||||||
|
android:paddingLeft="10dp"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="<仅限在切换充电状态时,发送的TTS语音提醒。用于提醒用户当前的服务设置状态。>"
|
android:text="<仅限在切换充电状态时,发送的TTS语音提醒。用于提醒用户当前的服务设置状态。>"
|
||||||
android:textSize="12sp"/>
|
android:textSize="12sp"
|
||||||
|
android:paddingLeft="10dp"
|
||||||
|
android:paddingRight="10dp"/>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
@@ -79,7 +82,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="检查TTS语音悬浮窗权限"
|
android:text="检查TTS语音悬浮窗权限"
|
||||||
android:padding="10dp"
|
android:padding="10dp"
|
||||||
android:onClick="onCheckTTSDrawOverlaysPermission"/>
|
android:onClick="onCheckTTSDrawOverlaysPermission"
|
||||||
|
android:layout_marginRight="10dp"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -102,7 +106,8 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="电量图表绘制风格设置:"/>
|
android:text="电量图表绘制风格设置:"
|
||||||
|
android:paddingLeft="10dp"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -120,13 +125,7 @@
|
|||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/bg_frame"
|
android:background="@drawable/bg_frame">
|
||||||
android:padding="10dp">
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="米盟广告SDK设置:"/>
|
|
||||||
|
|
||||||
<cc.winboll.studio.libaes.views.ADsControlView
|
<cc.winboll.studio.libaes.views.ADsControlView
|
||||||
android:id="@+id/ads_control_view"
|
android:id="@+id/ads_control_view"
|
||||||
|
|||||||
Reference in New Issue
Block a user