-
-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3512 from nextcloud/chore/noid/dragHandle
Material3: Add drag handle
- Loading branch information
Showing
8 changed files
with
232 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
400 changes: 207 additions & 193 deletions
400
app/src/main/res/layout/dialog_conversation_operations.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?><!-- | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Nextcloud Talk application | ||
~ | ||
~ @author Tobias Kaminsky | ||
~ @author Andy Scherzinger | ||
~ Copyright (C) 2021 Tobias Kaminsky <[email protected]> | ||
~ Copyright (C) 2021-2022 Andy Scherzinger <[email protected]> | ||
~ Copyright (C) 2021-2023 Andy Scherzinger <[email protected]> | ||
~ | ||
~ This program is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
|
@@ -21,12 +22,16 @@ | |
--> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
style="@style/Widget.Material3.BottomSheet" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" | ||
android:paddingTop="@dimen/standard_half_padding" | ||
android:paddingBottom="@dimen/standard_half_padding"> | ||
|
||
<com.google.android.material.bottomsheet.BottomSheetDragHandleView | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" /> | ||
|
||
<LinearLayout | ||
android:id="@+id/scope_private" | ||
android:layout_width="match_parent" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DO NOT TOUCH; GENERATED BY DRONE | ||
<span class="mdl-layout-title">Lint Report: 8 errors and 84 warnings</span> | ||
<span class="mdl-layout-title">Lint Report: 8 errors and 83 warnings</span> |