Skip to content

Commit 635fd89

Browse files
committedMar 25, 2019
Set service_clean_timeout text size to 16sp
1 parent ddfe284 commit 635fd89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136
android:layout_width="match_parent"
137137
android:layout_height="wrap_content"
138138
android:text="@string/service_clean_timeout"
139-
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
139+
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
140+
android:textSize="16sp" />
140141

141142
<EditText
142143
android:id="@+id/editServiceCleanTimeout"

0 commit comments

Comments
 (0)
Please sign in to comment.