Skip to content

Commit 4a196ad

Browse files
committed
UI improvement
1 parent e1f610e commit 4a196ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dl3/android/DeepLabV3Demo/app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
android:textStyle="bold"
100100
app:layout_constraintBottom_toTopOf="@+id/modelStatusText"
101101
app:layout_constraintEnd_toStartOf="@+id/resetImage"
102-
app:layout_constraintHeight_percent="0.07"
102+
app:layout_constraintHeight_percent="0.06"
103103
app:layout_constraintStart_toStartOf="parent"
104104
app:layout_constraintTop_toBottomOf="@+id/nextButton" />
105105

@@ -116,7 +116,7 @@
116116
android:textSize="13sp"
117117
app:layout_constraintBottom_toTopOf="@+id/modelStatusText"
118118
app:layout_constraintEnd_toEndOf="parent"
119-
app:layout_constraintHeight_percent="0.07"
119+
app:layout_constraintHeight_percent="0.06"
120120
app:layout_constraintStart_toEndOf="@+id/xnnpackButton"
121121
app:layout_constraintTop_toBottomOf="@+id/nextButton" />
122122

dl3/android/DeepLabV3Demo/app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<string name="image_view">Image View</string>
44
<string name="detect">Detect</string>
55
<string name="run_model">Running the model...</string>
6-
<string name="next">Next</string>
6+
<string name="next">Next sample image</string>
77
<string name="select">Select</string>
88
<string name="live">Live</string>
99
<string name="segmentation_demo">Segmentation Demo</string>

0 commit comments

Comments
 (0)