提升编辑器的使用体验
This commit is contained in:
@@ -63,15 +63,16 @@
|
||||
android:layout_alignParentBottom="true" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/functions"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:padding="6dp"
|
||||
android:src="@drawable/ic_ali_fx"
|
||||
app:tint="#222329" />
|
||||
android:id="@+id/functions"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/fun"
|
||||
android:padding="6dp"
|
||||
android:src="@drawable/ic_ali_fx"
|
||||
app:tint="#222329" />
|
||||
|
||||
<org.autojs.autojs.ui.edit.completion.CodeCompletionBar
|
||||
android:id="@+id/code_completion_bar"
|
||||
|
||||
@@ -880,6 +880,7 @@
|
||||
<string name="error_colon_must_follow_a_valid_ip_address">Colon must follow a valid IP address</string>
|
||||
<string name="error_repeated_dot_symbol">Repeated dot symbol</string>
|
||||
<string name="error_repeated_colon_symbol">Repeated colon symbol</string>
|
||||
<string name="fun">函数</string>
|
||||
|
||||
<plurals name="text_items_total_sum">
|
||||
<item quantity="one">Total: %d item</item>
|
||||
|
||||
Reference in New Issue
Block a user