Skip to content

Commit 056be37

Browse files
committed
Bigger time text size
1 parent 627d9fb commit 056be37

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/java/xyz/aprildown/hmspickerview/app/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class MainActivity : AppCompatActivity() {
2727

2828
btnDialog.setOnClickListener {
2929
val dialog = AlertDialog.Builder(this)
30-
.setTitle("HmsPickerView")
3130
.setView(R.layout.layout_picker)
3231
.setPositiveButton(android.R.string.ok, null)
3332
.setNegativeButton(android.R.string.cancel, null)

library/src/main/res/layout/hpv_time.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
android:includeFontPadding="false"
3434
android:singleLine="true"
3535
android:textColor="?android:attr/textColorPrimary"
36-
android:textSize="36sp"
36+
android:textSize="40sp"
3737
tools:targetApi="21"
3838
tools:text="12h34m56s" />
3939

0 commit comments

Comments
 (0)