For me, this works on HTC Evo, but not on the Galaxy S3. I have this code:
<EditText android:id="@+id/decimalFarenheit" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/decimalCelsius" android:ems="10" android:inputType="number|numberSigned|numberDecimal" android:imeOptions="actionSend" android:imeActionLabel="@string/calculate" > </EditText>
on my Galaxy s3, the text for the submit button is “Submit”. But on HTC Evo, the text for the submit button is “Calculate.”
source share