minor adjustments

This commit is contained in:
marcin.jedynski 2018-12-17 00:48:35 +01:00
parent c1bf626bbc
commit 3ddcccb176
3 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,7 @@ public class TutorTab extends AppCompatActivity {
putUserTab(newTab);
}else{
postUserTab(newTab);
ifTutorTabExists=true;
}
}
});

View File

@ -144,6 +144,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.design.widget.TextInputEditText
android:id="@+id/userNote"
android:layout_width="match_parent"
android:layout_height="150dp"

View File

@ -90,6 +90,7 @@
<string name="saveButton">Save</string>
<string name="tutorTabHint">Edit your note. It will be shown in the users list.</string>
<string name="key_description">key_description</string>