Merge pull request #1813 from deborahlow97/1812-Center-tags

#1812 Center text in tags
This commit is contained in:
Seán Mac Gillicuddy 2020-02-25 13:12:45 +00:00 committed by GitHub
commit bd09f1b510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@
<style name="Widget.KiwixTheme.Chip.Choice.Static" parent="Widget.MaterialComponents.Chip.Choice">
<item name="android:clickable">false</item>
<item name="android:textAlignment" tools:ignore="NewApi">center</item>
</style>
<style name="list_item_title" parent="TextAppearance.KiwixTheme.Subtitle1" />