mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-04-09 16:02:51 +02:00
make the activity a bit brighter
This commit is contained in:
parent
61d68dd31f
commit
7c62587628
@ -52,6 +52,7 @@
|
|||||||
android:layout_alignBottom="@+id/config_text_color"
|
android:layout_alignBottom="@+id/config_text_color"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_alignTop="@+id/config_text_color"
|
android:layout_alignTop="@+id/config_text_color"
|
||||||
|
android:fontFamily="sans-serif-light"
|
||||||
android:paddingLeft="@dimen/activity_margin"
|
android:paddingLeft="@dimen/activity_margin"
|
||||||
android:paddingRight="@dimen/activity_margin"
|
android:paddingRight="@dimen/activity_margin"
|
||||||
android:text="OK"
|
android:text="OK"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<color name="colorPrimary">#ffff6f00</color>
|
<color name="colorPrimary">#ffff6f00</color>
|
||||||
<color name="colorPrimaryDark">#ffe46300</color>
|
<color name="colorPrimaryDark">#ffe46300</color>
|
||||||
<color name="colorAccent">@color/colorPrimary</color>
|
<color name="colorAccent">@color/colorPrimary</color>
|
||||||
<color name="buttons_background">#05000000</color>
|
<color name="buttons_background">#fff3f3f3</color>
|
||||||
<color name="text_grey">#77000000</color>
|
<color name="text_grey">#77000000</color>
|
||||||
<color name="dark_grey_pressed_mask">#11000000</color>
|
<color name="dark_grey_pressed_mask">#11000000</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user