Skip to content

Commit

Permalink
mini监视器极小的调整
Browse files Browse the repository at this point in the history
  • Loading branch information
helloklf committed Jul 22, 2021
1 parent ac65bda commit 2fa7562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "com.omarea.vtools"
minSdkVersion 23
targetSdkVersion 30
versionCode 202107181
versionName "4.4.18"
versionCode 202107221
versionName "4.4.19"
externalNativeBuild {
cmake {
cppFlags ""
Expand Down
5 changes: 2 additions & 3 deletions app/src/main/res/layout/fw_monitor_mini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,15 @@
android:fontFamily="monospace"
android:textSize="8dp"
android:textStyle="bold" />

<TextView
android:layout_marginStart="5dp"
android:layout_marginStart="2dp"
android:id="@+id/fw_battery_temp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:textAlignment="center"
android:text="--"
android:minWidth="32dp"
android:minWidth="34dp"
android:textColor="#ffffff"
android:fontFamily="monospace"
android:textSize="8dp"
Expand Down

0 comments on commit 2fa7562

Please sign in to comment.