Add more nav button actions
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
android:background="@drawable/bg_button_section"
|
||||
android:elevation="2dp"
|
||||
android:orientation="vertical"
|
||||
android:saveEnabled="false"
|
||||
android:padding="18dp">
|
||||
|
||||
<TextView
|
||||
@@ -35,7 +36,8 @@
|
||||
android:paddingTop="6dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:popupBackground="@drawable/bg_spinner_popup" />
|
||||
android:popupBackground="@drawable/bg_spinner_popup"
|
||||
android:saveEnabled="false" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
@@ -57,7 +59,8 @@
|
||||
android:paddingTop="6dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:popupBackground="@drawable/bg_spinner_popup" />
|
||||
android:popupBackground="@drawable/bg_spinner_popup"
|
||||
android:saveEnabled="false" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
@@ -93,6 +96,7 @@
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="number"
|
||||
android:maxLength="5"
|
||||
android:saveEnabled="false"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/settings_input_text"
|
||||
android:textSize="18sp" />
|
||||
|
||||
@@ -10,8 +10,14 @@
|
||||
<string name="long_press_action_label">When long-pressed</string>
|
||||
<string name="long_press_duration_label">Long-press duration (ms)</string>
|
||||
<string name="action_stock">Stock</string>
|
||||
<string name="action_kill_foreground_app">Kill foreground app</string>
|
||||
<string name="action_none">None</string>
|
||||
<string name="action_back">Back</string>
|
||||
<string name="action_home">Home</string>
|
||||
<string name="action_assistant">Assistant</string>
|
||||
<string name="action_recents">Recents</string>
|
||||
<string name="action_kill_foreground_app">Kill foreground app</string>
|
||||
<string name="action_toggle_auto_rotate">Toggle auto rotate</string>
|
||||
<string name="action_toggle_flashlight">Toggle flashlight</string>
|
||||
<string name="minus_button_label">-</string>
|
||||
<string name="plus_button_label">+</string>
|
||||
<string name="test_button_label">Duration test (hold)</string>
|
||||
|
||||
Reference in New Issue
Block a user