Translations
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
style="?attr/cpp_button_style_control_highlighted"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:text="@string/c_clear"
|
||||
a:text="@string/cpp_kb_clear"
|
||||
app:directionTextUp="@string/cpp_kb_memory_clear"
|
||||
a:textStyle="bold"/>
|
@@ -26,5 +26,5 @@
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@id/cpp_button_clear"
|
||||
style="@style/CppKeyboardButton.Metro.Simple.Control"
|
||||
a:text="@string/c_clear"
|
||||
a:text="@string/cpp_kb_clear"
|
||||
a:textStyle="bold" />
|
@@ -26,5 +26,5 @@
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@id/cpp_button_clear"
|
||||
style="@style/CppKeyboardButton.Material.Simple.Control.Highlighted"
|
||||
a:text="@string/c_clear"
|
||||
a:text="@string/cpp_kb_clear"
|
||||
a:textStyle="bold" />
|
@@ -26,5 +26,5 @@
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@id/cpp_button_clear"
|
||||
style="@style/CppKeyboardButton.Material.Light.Simple.Control.Highlighted"
|
||||
a:text="@string/c_clear"
|
||||
a:text="@string/cpp_kb_clear"
|
||||
a:textStyle="bold" />
|
@@ -33,7 +33,7 @@
|
||||
a:id="@+id/function_name"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"
|
||||
a:hint="@string/c_function_name"
|
||||
a:hint="@string/cpp_name"
|
||||
a:inputType="text" />
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
|
||||
|
@@ -46,7 +46,7 @@
|
||||
a:id="@+id/variable_name"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content"
|
||||
a:hint="@string/c_var_name"
|
||||
a:hint="@string/cpp_name"
|
||||
a:inputType="text" />
|
||||
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
|
Reference in New Issue
Block a user