Skip to content

Commit 2f11b2e

Browse files
committed
Change of operation text size in adv calc (landscape)
1 parent 435c8f6 commit 2f11b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout-land/activity_advanced_calculator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
android:id="@+id/operation_text_view"
3636
android:layout_marginLeft="20dp"
3737
android:layout_marginRight="20dp"
38-
android:textSize="32sp"/>
38+
android:textSize="18sp"/>
3939

4040
</LinearLayout>
4141

0 commit comments

Comments
 (0)