updated settings, star and my repos layouts

This commit is contained in:
M M Arif
2020-02-04 19:19:39 +05:00
parent 8b75cac9d8
commit dbcd80eace
9 changed files with 38 additions and 36 deletions

View File

@@ -4,4 +4,5 @@
<attr name="primaryBackgroundColor" format="reference" />
<attr name="inputBackgroundColor" format="reference" />
<attr name="inputTextColor" format="reference" />
<attr name="selectedTextColor" format="reference" />
</resources>

View File

@@ -12,6 +12,7 @@
<item name="inputBackgroundColor">@color/inputBackground</item>
<item name="inputTextColor">@color/colorWhite</item>
<item name="checkboxStyle">@style/AppThemeCheckBoxStyle</item>
<item name="selectedTextColor">@color/darkGreen</item>
</style>
<!-- Light theme -->
@@ -25,6 +26,7 @@
<item name="inputBackgroundColor">@color/lightThemeInputBackground</item>
<item name="inputTextColor">@color/lightThemeInputTextColor</item>
<item name="checkboxStyle">@style/AppThemeLightCheckBoxStyle</item>
<item name="selectedTextColor">@color/darkGreen</item>
</style>
<style name="AppThemeLightCheckBoxStyle" parent="Base.Widget.AppCompat.CompoundButton.CheckBox">