Layout update with constraints and font correction

This commit is contained in:
h4h13 2019-10-03 00:24:39 +05:30
parent 034767dfda
commit 012921f886
24 changed files with 384 additions and 486 deletions

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2019 Hemanth Savarala.
~
~ Licensed under the GNU General Public License v3
~
~ This is free software: you can redistribute it and/or modify it under
~ the terms of the GNU General Public License as published by
~ the Free Software Foundation either version 3 of the License, or (at your option) any later version.
~
~ This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~ See the GNU General Public License for more details.
-->
<resources>
<declare-styleable name="ListItemView">
<attr name="listItemIcon" format="reference" />
<attr name="listItemTitle" format="string" />
<attr name="listItemSummary" format="string" />
</declare-styleable>
</resources>

View file

@ -39,12 +39,13 @@
<style name="ToolbarTextAppearanceSearch" parent="ThemeOverlay.MaterialComponents.Toolbar.Surface">
<item name="android:textSize">16sp</item>
<item name="android:fontFamily">@font/circular_std_book</item>
</style>
<style name="ToolbarTextAppearanceNormal">
<style name="ToolbarTextAppearanceNormal" >
<item name="android:textSize">20sp</item>
<item name="android:fontFamily">@font/circular_std_book</item>
<item name="android:textAppearance">@style/TextAppearance.MaterialComponents.Headline6
</item>
<item name="android:textStyle">bold</item>
</style>
<style name="ToolbarSubTitleTextAppearance">
@ -208,11 +209,8 @@
<item name="android:fontFamily">@font/circular</item>
</style>
<style name="ToolbarTitleFont">
<item name="android:fontFamily">@font/circular_std_black</item>
</style>
<style name="ChipFont" parent="TextAppearance.MaterialComponents.Chip">
<item name="android:fontFamily">@font/circular_std_book</item>
<item name="android:fontFamily">@font/circular</item>
</style>
</resources>