Changes
This commit is contained in:
BIN
calculatorpp/res/drawable-xlarge-hdpi/kb_copy.png
Normal file
BIN
calculatorpp/res/drawable-xlarge-hdpi/kb_copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
calculatorpp/res/drawable-xlarge-hdpi/kb_delete.png
Normal file
BIN
calculatorpp/res/drawable-xlarge-hdpi/kb_delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
calculatorpp/res/drawable-xlarge-hdpi/kb_heart.png
Normal file
BIN
calculatorpp/res/drawable-xlarge-hdpi/kb_heart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
calculatorpp/res/drawable-xlarge-hdpi/kb_paste.png
Normal file
BIN
calculatorpp/res/drawable-xlarge-hdpi/kb_paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
@@ -15,6 +15,6 @@
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#393939"/>
|
||||
<solid android:color="@color/metro_light_button_background"/>
|
||||
<corners android:radius="1dp" />
|
||||
</shape>
|
||||
|
@@ -1,5 +1,7 @@
|
||||
<resources>
|
||||
<dimen name="fragment_text_size">10sp</dimen>
|
||||
<dimen name="fragment_title_text_size">20sp</dimen>
|
||||
|
||||
<dimen name="editor_text_size">15sp</dimen>
|
||||
<dimen name="display_text_size">15sp</dimen>
|
||||
<dimen name="keyboard_button_text_size">20dp</dimen>
|
||||
|
9
calculatorpp/res/values-xlarge/dimens.xml
Normal file
9
calculatorpp/res/values-xlarge/dimens.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<resources>
|
||||
<dimen name="fragment_text_size">20sp</dimen>
|
||||
<dimen name="fragment_title_text_size">30sp</dimen>
|
||||
<dimen name="editor_text_size">30sp</dimen>
|
||||
<dimen name="display_text_size">30sp</dimen>
|
||||
<dimen name="keyboard_button_text_size">40dp</dimen>
|
||||
<dimen name="math_entity_text_size">30sp</dimen>
|
||||
<dimen name="math_entity_description_text_size">20sp</dimen>
|
||||
</resources>
|
@@ -18,4 +18,5 @@
|
||||
<color name="metro_blue_color">#10648c</color>
|
||||
<color name="metro_green_color">#088e3a</color>
|
||||
<color name="metro_purple_color">#651456</color>
|
||||
<color name="metro_light_button_background">#393939</color>
|
||||
</resources>
|
@@ -1,7 +1,10 @@
|
||||
<resources>
|
||||
<dimen name="button_margin">0.5dp</dimen>
|
||||
<dimen name="text_size">20sp</dimen>
|
||||
|
||||
<dimen name="fragment_text_size">15sp</dimen>
|
||||
<dimen name="fragment_title_text_size">20sp</dimen>
|
||||
|
||||
<dimen name="keyboard_button_text_size">30dp</dimen>
|
||||
<dimen name="button_text_size">20dp</dimen>
|
||||
<dimen name="display_text_size">25sp</dimen>
|
||||
|
@@ -37,7 +37,7 @@
|
||||
|
||||
<style name="default_fragment_title_style">
|
||||
<item name="android:textColor">@android:color/white</item>
|
||||
<item name="android:textSize">20sp</item>
|
||||
<item name="android:textSize">@dimen/fragment_title_text_size</item>
|
||||
</style>
|
||||
|
||||
<style name="default_button_style" parent="button_style">
|
||||
|
Reference in New Issue
Block a user