Skip to content

Commit

Permalink
Make the IME button bigger for 7in+ tablets
Browse files Browse the repository at this point in the history
+ other minor changes
  • Loading branch information
Kaljurand committed Jun 15, 2015
1 parent 6025f9d commit c3a7583
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@

<service
android:name="VoiceImeService"
android:label="@string/labelApp"
android:label="@string/labelIme"
android:permission="android.permission.BIND_INPUT_METHOD">
<intent-filter>
<action android:name="android.view.InputMethod" />
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId 'ee.ioc.phon.android.speak'
minSdkVersion 14
targetSdkVersion 22
versionCode 1202
versionName '1.2.02'
versionCode 1204
versionName '1.2.04'
}


Expand Down
1 change: 1 addition & 0 deletions app/res/values-et/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,6 @@
<string name="titleCombo">Kõnetuvastuskeeled &amp; teenused</string>
<string name="summaryImeCombo">Uuendan…</string>
<string name="emptylistCombos">Praegu kasutatakse eesti keelt ja Kõnele (kiire tuvastusega) teenust. Keelte ja teenuste lisamiseks või muutmiseks vajutage nupule.</string>
<string name="labelIme">Kõnele kõneklaviatuur</string>

</resources>
5 changes: 5 additions & 0 deletions app/res/values-sw600dp/dimens.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="textSize10sp">12sp</dimen>
<dimen name="layoutHeightButtonMicrophone">80dp</dimen>
</resources>
1 change: 1 addition & 0 deletions app/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

<string name="descriptionApp">speech-to-text services for Android apps</string>

<string name="labelIme">Kõnele speech keyboard</string>
<string name="labelRecognitionServiceHttp">Kõnele (grammar support)</string>
<string name="labelRecognitionServiceHttpWithComment">Kõnele (grammar support). Cannot be changed in this Kõnele version.</string>
<string name="labelRecognitionServiceWs">Kõnele (fast recognition)</string>
Expand Down

0 comments on commit c3a7583

Please sign in to comment.