android_calculator-60: Simple layout

This commit is contained in:
Sergey Solovyev 2012-02-11 00:57:05 +04:00
parent b74bec6cd3
commit 1adc977d44
8 changed files with 5 additions and 3 deletions

BIN
res/drawable-xhdpi/copy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -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">

View File

@ -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>