Skip to content

Commit daaa91c

Browse files
committed
improve ui layout
1 parent 19c2e7d commit daaa91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
android:layout_height="wrap_content"
3434
android:layout_marginTop="8dp"
3535
android:text="Downloading language data"
36-
android:textSize="20sp" />
36+
android:textSize="18sp" />
3737

3838
<com.google.android.material.progressindicator.LinearProgressIndicator
3939
android:id="@+id/progress_bar"
@@ -49,7 +49,7 @@
4949
android:layout_width="wrap_content"
5050
android:layout_height="wrap_content"
5151
android:text="0% downloaded of total 10MB..."
52-
android:textSize="20sp" />
52+
android:textSize="18sp" />
5353

5454
</LinearLayout>
5555

0 commit comments

Comments
 (0)