Add fast-back and fast-forward glyphs
This commit is contained in:
@@ -28,6 +28,6 @@
|
||||
xmlns:c="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
a:text="@string/cpp_glyph_left"
|
||||
c:directionTextUp="<<"
|
||||
c:directionTextUp="@string/cpp_glyph_fast_back"
|
||||
c:directionTextDown="@string/cpp_glyph_copy"
|
||||
tools:ignore="HardcodedText" />
|
@@ -28,6 +28,6 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:text="@string/cpp_glyph_right"
|
||||
app:directionTextUp=">>"
|
||||
app:directionTextUp="@string/cpp_glyph_fast_forward"
|
||||
app:directionTextDown="@string/cpp_glyph_paste"
|
||||
tools:ignore="HardcodedText" />
|
@@ -10,4 +10,6 @@
|
||||
<string name="cpp_glyph_undo" translatable="false">"\ue007"</string>
|
||||
<string name="cpp_glyph_redo" translatable="false">"\ue008"</string>
|
||||
<string name="cpp_glyph_graph" translatable="false">"\ue009"</string>
|
||||
<string name="cpp_glyph_fast_back" translatable="false">"\ue00a"</string>
|
||||
<string name="cpp_glyph_fast_forward" translatable="false">"\ue00b"</string>
|
||||
</resources>
|
Reference in New Issue
Block a user