tmap/res/layout/text_view_with_line_height_from_style.xml
2022-06-10 21:38:30 +09:00

3 lines
278 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.textview.MaterialTextView android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/TestStyleWithLineHeightAppearance"
xmlns:android="http://schemas.android.com/apk/res/android" />