abouttreesummaryrefslogcommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorJules Aguillon2024-12-15 11:28:24 +0100
committerJules Aguillon2024-12-15 11:56:56 +0100
commit908bb93f82611350411b5bb9790562f9f10a4b79 (patch)
tree49f4d6c4cef719f6b0f74f984bab2de4779af0dd /res/layout
parentc59af9cf899929a98f2834f64894fae365bf82fd (diff)
downloadunexpected-keyboard-908bb93f82611350411b5bb9790562f9f10a4b79.tar.gz
unexpected-keyboard-908bb93f82611350411b5bb9790562f9f10a4b79.zip
launcher: Circle gesture animation
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/launcher_activity.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/launcher_activity.xml b/res/layout/launcher_activity.xml
index f39b968..5ab9384 100644
--- a/res/layout/launcher_activity.xml
+++ b/res/layout/launcher_activity.xml
@@ -5,6 +5,7 @@
<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"/>
<ImageView style="@style/anim" android:id="@+id/launcher_anim_swipe" android:background="@drawable/doc_key_u" android:src="@drawable/doc_anim_swipe"/>
+ <ImageView style="@style/anim" android:id="@+id/launcher_anim_circle" android:background="@drawable/doc_key_g" android:src="@drawable/doc_anim_circle"/>
<ImageView style="@style/anim" android:id="@+id/launcher_anim_round_trip" android:background="@drawable/doc_key_g" android:src="@drawable/doc_anim_round_trip"/>
<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" android:hint="@string/launcher_tryhere_hint" android:importantForAutofill="no"/>