mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
remove unneeded divider
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
11f78b75fe
commit
4b4bd2bb6f
@ -115,8 +115,7 @@ public class ChooseAccountDialogFragment extends DialogFragment {
|
|||||||
NextcloudTalkApplication.Companion.getSharedApplication().getComponentApplication().inject(this);
|
NextcloudTalkApplication.Companion.getSharedApplication().getComponentApplication().inject(this);
|
||||||
|
|
||||||
viewThemeUtils.themeDialog(binding.getRoot());
|
viewThemeUtils.themeDialog(binding.getRoot());
|
||||||
viewThemeUtils.themeDialogDivider(binding.dividerTop);
|
viewThemeUtils.themeDialogDivider(binding.divider);
|
||||||
viewThemeUtils.themeDialogDivider(binding.dividerBottom);
|
|
||||||
|
|
||||||
// Defining user picture
|
// Defining user picture
|
||||||
binding.currentAccount.userIcon.setTag("");
|
binding.currentAccount.userIcon.setTag("");
|
||||||
|
@ -44,13 +44,6 @@
|
|||||||
app:layout_constraintTop_toBottomOf="@id/current_account"
|
app:layout_constraintTop_toBottomOf="@id/current_account"
|
||||||
tools:visibility="visible">
|
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
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/set_status"
|
android:id="@+id/set_status"
|
||||||
style="@style/Nextcloud.Material.TextButton"
|
style="@style/Nextcloud.Material.TextButton"
|
||||||
@ -72,7 +65,7 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/dividerBottom"
|
android:id="@+id/divider"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
@ -91,7 +84,7 @@
|
|||||||
app:layout_constraintBottom_toTopOf="@+id/add_account"
|
app:layout_constraintBottom_toTopOf="@+id/add_account"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/dividerBottom"
|
app:layout_constraintTop_toBottomOf="@+id/divider"
|
||||||
tools:listitem="@layout/account_item" />
|
tools:listitem="@layout/account_item" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
|
Loading…
Reference in New Issue
Block a user