diff --git a/app/src/main/res/layout-land/contact_new_or_edit_fragment.xml b/app/src/main/res/layout-land/contact_new_or_edit_fragment.xml new file mode 100644 index 000000000..4a96a57ea --- /dev/null +++ b/app/src/main/res/layout-land/contact_new_or_edit_fragment.xml @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/contact_new_or_edit_fragment.xml b/app/src/main/res/layout/contact_new_or_edit_fragment.xml index db835fb0e..7b374f3fb 100644 --- a/app/src/main/res/layout/contact_new_or_edit_fragment.xml +++ b/app/src/main/res/layout/contact_new_or_edit_fragment.xml @@ -85,7 +85,7 @@ android:padding="10dp" android:src="@drawable/smiley" android:visibility="@{viewModel.picturePath.empty ? View.VISIBLE : View.GONE}" - app:tint="?attr/color_main2_500" + app:tint="@color/gray_main2_600" app:layout_constraintEnd_toEndOf="@id/avatar" app:layout_constraintStart_toStartOf="@id/avatar" app:layout_constraintTop_toTopOf="@id/avatar" @@ -318,7 +318,7 @@ android:text="@={viewModel.jobTitle, default=`Android dev`}" android:textSize="14sp" android:textColor="?attr/color_main2_600" - android:hint="@string/contact_editor_first_name" + android:hint="@string/contact_editor_job_title" android:maxLines="1" android:background="@drawable/edit_text_background" android:inputType="text|textCapWords"