aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout/setup_start_indicator_label.xml
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2024-12-16 21:45:41 -0500
committerAmin Bandali <bandali@kelar.org>2025-01-11 14:17:35 -0500
commite9a0e66716dab4dd3184d009d8920de1961efdfa (patch)
tree02dcc096643d74645bf28459c2834c3d4a2ad7f2 /java/res/layout/setup_start_indicator_label.xml
parentfb3b9360d70596d7e921de8bf7d3ca99564a077e (diff)
downloadlatinime-e9a0e66716dab4dd3184d009d8920de1961efdfa.tar.gz
latinime-e9a0e66716dab4dd3184d009d8920de1961efdfa.tar.xz
latinime-e9a0e66716dab4dd3184d009d8920de1961efdfa.zip
Rename to Kelar Keyboard (org.kelar.inputmethod.latin)
Diffstat (limited to 'java/res/layout/setup_start_indicator_label.xml')
-rw-r--r--java/res/layout/setup_start_indicator_label.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/setup_start_indicator_label.xml b/java/res/layout/setup_start_indicator_label.xml
index 33854bb44..dd5acf09c 100644
--- a/java/res/layout/setup_start_indicator_label.xml
+++ b/java/res/layout/setup_start_indicator_label.xml
@@ -19,14 +19,14 @@
-->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
- <view class="com.android.inputmethod.latin.setup.SetupStartIndicatorView$LabelView"
+ <view class="org.kelar.inputmethod.latin.setup.SetupStartIndicatorView$LabelView"
android:id="@+id/setup_start_label"
android:text="@string/setup_start_action"
android:gravity="end|center_vertical"
android:layout_width="0dp"
android:layout_weight="1.0"
style="@style/setupStepActionLabelStyleCommon" />
- <view class="com.android.inputmethod.latin.setup.SetupStartIndicatorView$IndicatorView"
+ <view class="org.kelar.inputmethod.latin.setup.SetupStartIndicatorView$IndicatorView"
android:id="@+id/setup_start_indicator"
style="@style/setupStepStartIndicatorStyle" />
</merge>