Skip to content

Commit

Permalink
profile rename hifi fixes (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamarysolomanpvt authored May 11, 2020
1 parent 6722988 commit 5b5c6f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout-land/profile_rename_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="56dp"
android:background="@drawable/general_item_background_border"
app:layout_constraintTop_toTopOf="parent">

Expand All @@ -61,7 +62,6 @@
android:layout_marginStart="168dp"
android:layout_marginTop="32dp"
android:layout_marginEnd="168dp"
android:layout_marginBottom="12dp"
app:label="@string/profile_rename_label"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand All @@ -73,8 +73,8 @@
style="@style/StateButtonActive"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginEnd="160dp"
android:layout_marginTop="32dp"
android:layout_marginEnd="168dp"
android:background="@{viewModel.inputName.length > 0 ? @drawable/state_button_primary_background :@drawable/start_button_transparent_background}"
android:clickable="@{viewModel.inputName.length > 0}"
android:text="@string/profile_rename_save"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/profile_rename_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
style="@style/StateButtonActive"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginTop="32dp"
android:layout_marginEnd="28dp"
android:background="@{viewModel.inputName.length > 0 ? @drawable/state_button_primary_background :@drawable/start_button_transparent_background}"
android:clickable="@{viewModel.inputName.length > 0}"
Expand Down

0 comments on commit 5b5c6f9

Please sign in to comment.