|
@@ -44,13 +44,6 @@
|
|
|
app:layout_constraintTop_toBottomOf="@id/current_account"
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
- <View
|
|
|
- android:id="@+id/dividerTop"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginTop="4dp"
|
|
|
- android:background="@color/list_divider_background" />
|
|
|
-
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
android:id="@+id/set_status"
|
|
|
style="@style/Nextcloud.Material.TextButton"
|
|
@@ -72,7 +65,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
|
- android:id="@+id/dividerBottom"
|
|
|
+ android:id="@+id/divider"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="1dp"
|
|
|
android:layout_marginTop="4dp"
|
|
@@ -91,7 +84,7 @@
|
|
|
app:layout_constraintBottom_toTopOf="@+id/add_account"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/dividerBottom"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/divider"
|
|
|
tools:listitem="@layout/account_item" />
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|