Skip to content

Commit a727812

Browse files
authored
Add style (#3768)
1 parent 9c774ec commit a727812

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

android/engine/src/main/res/values/styles.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,20 @@
117117
<item name="android:height">0dp</item>
118118
</style>
119119

120+
<style name="Body_Plus_2">
121+
<item
122+
name="questionnaire_textAppearance"
123+
>@style/CustomTextAppearance_BodyLarge_Plus_2</item>
124+
<item
125+
name="questionnaire_background"
126+
>?attr/colorSurface</item>
127+
</style>
128+
129+
<style
130+
name="CustomTextAppearance_BodyLarge_Plus_2"
131+
parent="TextAppearance.Material3.BodyLarge"
132+
>
133+
<item name="android:textSize">18sp</item>
134+
</style>
135+
120136
</resources>

0 commit comments

Comments
 (0)