1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

settings help page implementation

This commit is contained in:
Kyle Spearrin
2016-07-23 19:13:30 -04:00
parent 7b083d5d0d
commit 8ad2786bb0
2 changed files with 127 additions and 8 deletions

View File

@@ -110,14 +110,14 @@ namespace Bit.App.Pages
var helpCell = new ExtendedTextCell
{
Text = "Help and Support",
Text = "Help and Feedback",
ShowDisclousure = true
};
helpCell.Tapped += HelpCell_Tapped;
var rateCell = new ExtendedTextCell
{
Text = "Rate bitwarden",
Text = "Rate the App",
ShowDisclousure = true
};
rateCell.Tapped += RateCell_Tapped;
@@ -153,8 +153,8 @@ namespace Bit.App.Pages
new TableSection("Other")
{
helpCell,
aboutCell,
rateCell
rateCell,
aboutCell
}
}
};