diff options
| author | RetrogisusDEV | 2023-08-23 18:53:31 -0400 |
|---|---|---|
| committer | Jules Aguillon | 2023-12-17 20:10:39 +0100 |
| commit | df04eae85f7500ab5385c031b65e2b9cc484fff9 (patch) | |
| tree | d4d670e951e3eaa58cf16bd5aa4e7785fbcae7bf /res/layout/launcher_activity.xml | |
| parent | d7c230e173aeb039565d479af7b6f00776a70626 (diff) | |
| download | unexpected-keyboard-df04eae85f7500ab5385c031b65e2b9cc484fff9.tar.gz unexpected-keyboard-df04eae85f7500ab5385c031b65e2b9cc484fff9.zip | |
Launcher activity: Add "Select keyboard" button
Diffstat (limited to 'res/layout/launcher_activity.xml')
| -rw-r--r-- | res/layout/launcher_activity.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/launcher_activity.xml b/res/layout/launcher_activity.xml index 5206405..99fdf83 100644 --- a/res/layout/launcher_activity.xml +++ b/res/layout/launcher_activity.xml @@ -2,6 +2,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> <TextView style="@style/paragraph" android:text="@string/launcher_description"/> <Button style="@style/paragraph" android:text="@string/launcher_button_imesettings" android:onClick="launch_imesettings" android:layout_width="wrap_content"/> + <Button style="@style/paragraph" android:text="@string/launcher_button_imepicker" android:onClick="launch_imepicker" android:layout_width="wrap_content"/> <TextView style="@style/paragraph" android:text="@string/launcher_sourcecode"/> <TextView style="@style/paragraph" android:text="https://github.com/Julow/Unexpected-Keyboard" android:autoLink="web" android:linksClickable="true"/> <TextView android:id="@+id/launcher_tryhere_text" style="@style/paragraph" android:text="@string/launcher_tryhere"/> |
