icon + logo
@ -7,7 +7,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"
|
||||
a:label="@string/c_app_name">
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 4.6 KiB |
BIN
res/drawable/logo.png
Normal file
After Width: | Height: | Size: 10 KiB |
@ -12,9 +12,20 @@
|
||||
a:layout_height="match_parent"
|
||||
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
|
||||
a:id="@+id/aboutTextView"
|
||||
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"/>
|
||||
|
||||
</LinearLayout>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="c_app_name">Калькулятор++</string>
|
||||
<string name="c_app_icon_name">Кальк++</string>
|
||||
<string name="c_app_settings">Настройки</string>
|
||||
<string name="c_syntax_error">Ошибка</string>
|
||||
<string name="c_result_copied">Результат скопирован в буфер!</string>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<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_syntax_error">Syntax error</string>
|
||||
<string name="c_result_copied">Result copied to clipboard!</string>
|
||||
|
@ -92,7 +92,7 @@ public class DragButton extends ColorButton {
|
||||
public void run() {
|
||||
button.setEnabled(true);
|
||||
}
|
||||
}, 300);
|
||||
}, 200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
src/misc/resources/calc++_icon.png
Normal file
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
BIN
src/misc/resources/icon.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
src/misc/resources/log11o.psd
Normal file
BIN
src/misc/resources/logo.cdr
Normal file
BIN
src/misc/resources/logo.png
Normal file
After Width: | Height: | Size: 14 KiB |