Fix string resources naming convention

This commit is contained in:
agnostic-apollo
2021-03-24 06:15:45 +05:00
parent 4eced52c5f
commit eeb8554535
15 changed files with 149 additions and 114 deletions

View File

@@ -56,7 +56,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/toggle_soft_keyboard" />
android:text="@string/action_toggle_soft_keyboard" />
<Button
android:id="@+id/new_session_button"
@@ -64,7 +64,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/new_session" />
android:text="@string/acton_new_session" />
</LinearLayout>
</LinearLayout>