icon + logo

This commit is contained in:
serso 2011-10-16 17:58:00 +04:00
parent 686169ec50
commit c718380912
17 changed files with 16 additions and 2 deletions

View File

@ -7,7 +7,8 @@
<uses-sdk a:minSdkVersion="8"/> <uses-sdk a:minSdkVersion="8"/>
<application a:icon="@drawable/icon" a:label="@string/c_app_name"> <application a:icon="@drawable/icon"
a:label="@string/c_app_icon_name">
<activity a:name=".CalculatorActivity" <activity a:name=".CalculatorActivity"
a:label="@string/c_app_name"> a:label="@string/c_app_name">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
res/drawable/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -12,9 +12,20 @@
a:layout_height="match_parent" a:layout_height="match_parent"
a:background="#ff000000"> a:background="#ff000000">
<ImageView a:layout_width="wrap_content"
a:layout_height="wrap_content"
a:layout_gravity="center"
a:layout_weight="1"
a:padding="6dp"
a:src="@drawable/logo"/>
<TextView <TextView
a:id="@+id/aboutTextView" a:id="@+id/aboutTextView"
a:text="@string/c_copyright" a:text="@string/c_copyright"
a:layout_height="match_parent"
a:layout_width="match_parent"
a:layout_gravity="top|center_horizontal"
a:layout_weight="1"
style="@style/about_style"/> style="@style/about_style"/>
</LinearLayout> </LinearLayout>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="c_app_name">Калькулятор++</string> <string name="c_app_name">Калькулятор++</string>
<string name="c_app_icon_name">Кальк++</string>
<string name="c_app_settings">Настройки</string> <string name="c_app_settings">Настройки</string>
<string name="c_syntax_error">Ошибка</string> <string name="c_syntax_error">Ошибка</string>
<string name="c_result_copied">Результат скопирован в буфер!</string> <string name="c_result_copied">Результат скопирован в буфер!</string>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="c_app_name">Calculator++</string> <string name="c_app_name">Calculator++</string>
<string name="c_app_icon_name">Calc++</string>
<string name="c_app_settings">Settings</string> <string name="c_app_settings">Settings</string>
<string name="c_syntax_error">Syntax error</string> <string name="c_syntax_error">Syntax error</string>
<string name="c_result_copied">Result copied to clipboard!</string> <string name="c_result_copied">Result copied to clipboard!</string>

View File

@ -92,7 +92,7 @@ public class DragButton extends ColorButton {
public void run() { public void run() {
button.setEnabled(true); button.setEnabled(true);
} }
}, 300); }, 200);
} }
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

BIN
src/misc/resources/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

BIN
src/misc/resources/logo.cdr Normal file

Binary file not shown.

BIN
src/misc/resources/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB