优化UI,修复BUG
This commit is contained in:
parent
8e13e2fcd5
commit
6201f3f25d
|
@ -3,7 +3,20 @@
|
|||
<component name="deploymentTargetDropDown">
|
||||
<value>
|
||||
<entry key="app">
|
||||
<State />
|
||||
<State>
|
||||
<runningDeviceTargetSelectedWithDropDown>
|
||||
<Target>
|
||||
<type value="RUNNING_DEVICE_TARGET" />
|
||||
<deviceKey>
|
||||
<Key>
|
||||
<type value="SERIAL_NUMBER" />
|
||||
<value value="MQS0219719035228" />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</runningDeviceTargetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2024-01-31T03:55:11.386702400Z" />
|
||||
</State>
|
||||
</entry>
|
||||
</value>
|
||||
</component>
|
||||
|
|
14
.idea/inspectionProfiles/profiles_settings.xml
Normal file
14
.idea/inspectionProfiles/profiles_settings.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<list size="8">
|
||||
<item index="0" class="java.lang.String" itemvalue="INFORMATION" />
|
||||
<item index="1" class="java.lang.String" itemvalue="TEXT ATTRIBUTES" />
|
||||
<item index="2" class="java.lang.String" itemvalue="TYPO" />
|
||||
<item index="3" class="java.lang.String" itemvalue="SERVER PROBLEM" />
|
||||
<item index="4" class="java.lang.String" itemvalue="WEAK WARNING" />
|
||||
<item index="5" class="java.lang.String" itemvalue="INFO" />
|
||||
<item index="6" class="java.lang.String" itemvalue="WARNING" />
|
||||
<item index="7" class="java.lang.String" itemvalue="ERROR" />
|
||||
</list>
|
||||
</settings>
|
||||
</component>
|
|
@ -15,7 +15,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "com.muqingbfq"
|
||||
minSdk 23
|
||||
//noinspection OldTargetApi
|
||||
//noinspection ExpiredTargetSdkVersion,OldTargetApi
|
||||
targetSdk 31
|
||||
versionCode 1
|
||||
versionName "1.9.7"
|
||||
|
|
|
@ -94,8 +94,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
app:labelBehavior="gone"
|
||||
app:thumbColor="@color/text_tm"
|
||||
app:trackColorActive="@color/text_tm"/>
|
||||
app:thumbColor="@color/thumbColor"
|
||||
app:trackColorActive="@color/thumbColor"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/time_b"
|
||||
|
|
|
@ -187,8 +187,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
app:labelBehavior="gone"
|
||||
app:thumbColor="@color/text_tm"
|
||||
app:trackColorActive="@color/text_tm"/>
|
||||
app:thumbColor="@color/thumbColor"
|
||||
app:trackColorActive="@color/thumbColor"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/time_b"
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
<color name="text">@color/white</color>
|
||||
<color name="text_tm">#80FFFFFF</color>
|
||||
<color name="bj">#2A2831</color>
|
||||
<color name="thumbColor">#CCC2DC</color>
|
||||
</resources>
|
|
@ -16,6 +16,7 @@
|
|||
<color name="tm">#00FFFFFF</color>
|
||||
<color name="bj">#F2ECF6</color>
|
||||
|
||||
<color name="thumbColor">#625B71</color>
|
||||
<!-- <color name="button_bj">@color/bj</color>-->
|
||||
<color name="bj_tint">#FFCCCC</color>
|
||||
</resources>
|
|
@ -14,14 +14,13 @@
|
|||
<item name="android:windowTranslucentStatus">true</item>
|
||||
|
||||
<!-- <item name="android:statusBarColor">@color/ztl</item>-->
|
||||
<!-- 控件选中时的颜色,默认使用colorAccent -->
|
||||
<!-- <item name="android:colorControlActivated">#FF7F50</item>-->
|
||||
<!-- 设置文本颜色 -->
|
||||
<!--
|
||||
<!-- 控件选中时的颜色,默认使用colorAccent -->
|
||||
<!-- <item name="android:colorControlActivated">#FF7F50</item>-->
|
||||
<!-- 设置文本颜色 -->
|
||||
|
||||
<item name="android:textColorPrimary">@color/text</item>
|
||||
<item name="android:colorPrimary">@color/bj</item>
|
||||
<item name="colorPrimaryDark">@color/bj</item>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<item name="tabStyle">@style/Widget.App.TabLayout</item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user