Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Nov 11, 2023
1 parent eabb934 commit f116809
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions Anikin/Views/ProfileTabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,25 @@
x:Name="this"
x:DataType="viewModels:ProfileViewModel">
<Grid
Margin="10,60"
Margin="16,60"
RowDefinitions="auto,*"
RowSpacing="5">
<Button Command="{Binding LoginWithAnilistCommand}" Text="Anilist" />
RowSpacing="5"
VerticalOptions="Center">
<Border Padding="0,5">
<Border.StrokeShape>
<RoundRectangle CornerRadius="15" />
</Border.StrokeShape>
<Button
BackgroundColor="Transparent"
BorderColor="White"
Command="{Binding LoginWithAnilistCommand}"
FontAttributes="Bold"
FontSize="16"
Text="Anilist Login"
TextColor="White"
VerticalOptions="Center" />
</Border>

<!-- Webview causing other views when navigating to lose touch effect color -->
<!--<WebView
x:Name="webView"
Expand Down

0 comments on commit f116809

Please sign in to comment.