minor adjustments
This commit is contained in:
parent
c1bf626bbc
commit
3ddcccb176
@ -174,6 +174,7 @@ public class TutorTab extends AppCompatActivity {
|
||||
putUserTab(newTab);
|
||||
}else{
|
||||
postUserTab(newTab);
|
||||
ifTutorTabExists=true;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user