Show equals button preferences
BIN
calculatorpp/res/drawable-hdpi/equals.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
calculatorpp/res/drawable-hdpi/equals9.9.png
Normal file
After Width: | Height: | Size: 223 B |
BIN
calculatorpp/res/drawable-ldpi/equals.png
Normal file
After Width: | Height: | Size: 347 B |
BIN
calculatorpp/res/drawable-ldpi/equals9.9.png
Normal file
After Width: | Height: | Size: 211 B |
BIN
calculatorpp/res/drawable-mdpi/equals.png
Normal file
After Width: | Height: | Size: 321 B |
BIN
calculatorpp/res/drawable-mdpi/equals9.9.png
Normal file
After Width: | Height: | Size: 199 B |
BIN
calculatorpp/res/drawable-xhdpi/equals.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
calculatorpp/res/drawable-xhdpi/equals9.9.png
Normal file
After Width: | Height: | Size: 185 B |
@@ -3,5 +3,5 @@
|
||||
<string name="c_auto_orientation_summary">If turned on calculator will change screen orientation automatically</string>
|
||||
|
||||
<string name="c_show_equals_button_title">Show equals button</string>
|
||||
<string name="c_show_equals_button_summary">Preference hides or shows equals button</string>
|
||||
<string name="c_show_equals_button_summary">If turned on equals button is shown</string>
|
||||
</resources>
|
@@ -139,7 +139,14 @@
|
||||
a:key="autoOrientation"
|
||||
a:title="@string/c_auto_orientation_title"
|
||||
a:summary="@string/c_auto_orientation_summary"
|
||||
a:defaultValue="false"/>
|
||||
a:defaultValue="true"/>
|
||||
|
||||
|
||||
<android.preference.CheckBoxPreference
|
||||
a:key="showEqualsButton"
|
||||
a:title="@string/c_show_equals_button_title"
|
||||
a:summary="@string/c_show_equals_button_summary"
|
||||
a:defaultValue="true"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
|