diff --git a/.idea/other.xml b/.idea/other.xml new file mode 100644 index 000000000..0d3a1fbb1 --- /dev/null +++ b/.idea/other.xml @@ -0,0 +1,263 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/account_list_cell.xml b/app/src/main/res/layout/account_list_cell.xml index 1ca0ba04e..a3b687d19 100644 --- a/app/src/main/res/layout/account_list_cell.xml +++ b/app/src/main/res/layout/account_list_cell.xml @@ -133,6 +133,7 @@ android:layout_height="1dp" android:layout_marginEnd="10dp" android:background="?attr/color_main2_200" + android:visibility="gone" app:layout_constraintStart_toStartOf="@id/name" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintBottom_toBottomOf="parent"/>