Limit max parameters + add Espresso tests

This commit is contained in:
serso
2016-02-26 14:35:25 +01:00
parent c002e7caf9
commit ea4d107b12
11 changed files with 150 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
android:layout_height="match_parent" />
<TextView
android:id="@+id/fn_name_edittext"
android:id="@+id/function_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"

View File

@@ -73,4 +73,6 @@
<item name="cpp_kb_button_close" type="id" />
<item name="cpp_kb_button_change_case" type="id" />
<item name="function_params_add" type="id" />
</resources>