gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 22/204: Sheet drop bar


From: gnunet
Subject: [taler-taler-ios] 22/204: Sheet drop bar
Date: Thu, 05 Dec 2024 23:49:50 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 7289ab69641337fea1004ac3a77d51f853f70386
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Sep 17 14:36:07 2024 +0200

    Sheet drop bar
---
 TalerWallet1/Views/Actions/ActionsSheet.swift | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/TalerWallet1/Views/Actions/ActionsSheet.swift 
b/TalerWallet1/Views/Actions/ActionsSheet.swift
index dea2e5f..848dd27 100644
--- a/TalerWallet1/Views/Actions/ActionsSheet.swift
+++ b/TalerWallet1/Views/Actions/ActionsSheet.swift
@@ -35,6 +35,21 @@ struct ActionsSheet: View {
 
     var body: some View {
         VStack {
+            HStack(spacing: 0) {
+                let width = UIScreen.screenWidth / 3
+                let height = 4.0
+                Rectangle()
+                    .opacity(0.001)
+                    .frame(width: width, height: height)
+                RoundedRectangle(cornerRadius: 2)
+                    .foregroundColor(.primary)
+                    .frame(width: width, height: height)
+                Rectangle()
+                    .opacity(0.001)
+                    .frame(width: width, height: height)
+            } // drop bar
+            .listRowSeparator(.hidden)
+
             if hasKudos {
                 if !minimalistic && showSpendingHint {
                     Text("You can spend your \(DEMOCURRENCY) in the Demo shop, 
or send them to another wallet.")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]