android_calculator-60: Simple layout
This commit is contained in:
parent
b74bec6cd3
commit
1adc977d44
BIN
res/drawable-xhdpi/copy.png
Normal file
BIN
res/drawable-xhdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
res/drawable-xhdpi/heart.png
Normal file
BIN
res/drawable-xhdpi/heart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
BIN
res/drawable-xhdpi/icon.png
Normal file
BIN
res/drawable-xhdpi/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
res/drawable-xhdpi/logo.png
Normal file
BIN
res/drawable-xhdpi/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
res/drawable-xhdpi/paste.png
Normal file
BIN
res/drawable-xhdpi/paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
res/drawable-xhdpi/sym_keyboard_delete.png
Normal file
BIN
res/drawable-xhdpi/sym_keyboard_delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
@ -40,12 +40,14 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="p_layout_names">
|
||||
<item>@string/p_layout_cellphone</item>
|
||||
<item>@string/p_layout_calculator</item>
|
||||
<item>@string/p_layout_simple</item>
|
||||
<item>@string/p_layout_cellphone</item>
|
||||
</string-array>
|
||||
<string-array name="p_layout_values">
|
||||
<item>main_cellphone</item>
|
||||
<item>main_calculator</item>
|
||||
<item>simple</item>
|
||||
<item>main_cellphone</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="p_calc_haptic_feedback_duration_names">
|
||||
|
@ -10,7 +10,7 @@
|
||||
<color name="button_operator_text_color">#ffffff99</color>
|
||||
<color name="button_ce_text_color">#ffffffff</color>
|
||||
<color name="default_text_color">#ffffffff</color>
|
||||
<color name="display_error_text_color">#44ffffff</color>
|
||||
<color name="display_error_text_color">#ff1f1f1f</color>
|
||||
<color name="selected_angle_unit_text_color">#ffffff99</color>
|
||||
<color name="default_background">#ff000000</color>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user