ScreenWeather/res/values/day_info_style.xml

10 lines
344 B
XML
Raw Normal View History

2024-02-14 00:07:42 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<style name="day_info_style">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textSize">16sp</item>
<item name="android:layout_marginTop">10dp</item>
</style>
</resources>