2023-03-28 11:22:17 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-04-02 13:28:10 +02:00
|
|
|
<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"/>
|
2023-08-04 17:31:06 +02:00
|
|
|
<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"/>
|
2023-04-02 13:28:10 +02:00
|
|
|
<TextView android:id="@+id/launcher_tryhere_text" style="@style/paragraph" android:text="@string/launcher_tryhere"/>
|
|
|
|
<EditText android:id="@+id/launcher_tryhere_area" style="@style/paragraph" android:inputType="text"/>
|
2023-03-28 11:22:17 +02:00
|
|
|
</LinearLayout>
|