Skip to content

Commit c8dcde1

Browse files
authored
Update layout_date_picker.xml
1 parent 43d4b19 commit c8dcde1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
android:layout_width="0dp"
5555
android:layout_height="wrap_content"
5656
android:layout_weight="1"
57-
app:textSize="25sp"
57+
app:textSize="30sp"
5858
app:canLoop="false"/>
5959

6060
<com.bruce.pickerview.LoopView
@@ -63,7 +63,7 @@
6363
android:layout_height="wrap_content"
6464
android:layout_marginLeft="1dp"
6565
android:layout_weight="1"
66-
app:textSize="25sp"
66+
app:textSize="30sp"
6767
app:canLoop="false"/>
6868

6969
<com.bruce.pickerview.LoopView
@@ -72,10 +72,10 @@
7272
android:layout_height="wrap_content"
7373
android:layout_marginLeft="1dp"
7474
android:layout_weight="1"
75-
app:textSize="25sp"
75+
app:textSize="30sp"
7676
app:canLoop="false"/>
7777
</LinearLayout>
7878
</RelativeLayout>
7979
</LinearLayout>
8080

81-
</RelativeLayout>
81+
</RelativeLayout>

0 commit comments

Comments
 (0)