Numpad looking good
This commit is contained in:
@@ -45,14 +45,20 @@
|
||||
<style name="GridLayoutNumpadButton" parent="GridLayoutNumpadElement">
|
||||
<item name="android:textSize">@dimen/text_size_display_1</item>
|
||||
<item name="android:fontFamily">sans-serif-light</item>
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
</style>
|
||||
|
||||
<style name="GridLayoutNumpadButton.Inverse">
|
||||
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
||||
</style>
|
||||
|
||||
<style name="NumberGridButton" parent="GridLayoutNumpadButton">
|
||||
<!-- TODO: Do we need this anymore? -->
|
||||
<!-- This should give us 87% black. By default, TextView has a grayish text color.
|
||||
The reason GridLayoutNumpadButton style used in the NumpadTimerPickerDialog is 87% black
|
||||
already is because the numpad's buttons are actually of type Button. For whatever reason,
|
||||
I decided to make the buttons for the NumbersGrid of type TextView... -->
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
<!--<item name="android:textColor">?android:attr/textColorPrimary</item>-->
|
||||
</style>
|
||||
<style name="NumberGridButton.Hour">
|
||||
<item name="android:layout_height">@dimen/number_grid_hour_cell_height</item>
|
||||
|
||||
Reference in New Issue
Block a user