Skip to content

Commit 17bb625

Browse files
committed
🎨 Supports local shorthands on Android siyuan-note/siyuan#14414
1 parent af55311 commit 17bb625

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

app/src/main/res/layout/activity_shortcut.xml

+13-12
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
android:orientation="vertical"
66
android:padding="16dp">
77

8-
<EditText
9-
android:id="@+id/full_screen_input"
10-
android:layout_width="match_parent"
11-
android:layout_height="0dp"
12-
android:layout_weight="1"
13-
android:focusable="true"
14-
android:focusableInTouchMode="true"
15-
android:gravity="top"
16-
android:hint="@string/enter_your_text"
17-
android:inputType="textMultiLine"
18-
android:padding="16dp" />
19-
208
<LinearLayout
219
style="?android:attr/buttonBarStyle"
2210
android:layout_width="match_parent"
@@ -39,4 +27,17 @@
3927
android:layout_weight="1"
4028
android:text="@string/add_to_home" />
4129
</LinearLayout>
30+
31+
<EditText
32+
android:id="@+id/full_screen_input"
33+
android:layout_width="match_parent"
34+
android:layout_height="0dp"
35+
android:layout_weight="1"
36+
android:focusable="true"
37+
android:focusableInTouchMode="true"
38+
android:gravity="top"
39+
android:hint="@string/enter_your_text"
40+
android:inputType="textMultiLine"
41+
android:padding="16dp"
42+
android:background="@null" />
4243
</LinearLayout>

0 commit comments

Comments
 (0)