Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya committed Jun 24, 2023
1 parent 4c6e2bb commit a99fa12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
targetSdkVersion 31

// Version Information
versionCode 3
versionName "1.0.1"
versionCode 4
versionName "1.0.2"

generatedDensities = []
}
Expand Down
3 changes: 0 additions & 3 deletions app/home/home-page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

<StackLayout height="100%" width="100%">
<GridLayout rows="20,*,auto,*,auto,10,auto,10,auto,*" marginRight="10" marginLeft="10">
<!-- <GridLayout columns="*,auto" row="2">
<Label text="{{ configFlag }}" fontSize="22" background="#E8F5E9" padding="8" borderRadius="50%" marginTop="5" col="1" />
</GridLayout> -->
<Image src="res://logo" height="50%" row="2" textAlignment="center" loadMode="async" />
<GridLayout columns="*,auto" row="4" class="label-select-country" tap="changeCountry">
<Label text="{{ countryFlag + ' ' + countryDialCode + ' ' + countryName }}" col="0" />
Expand Down

0 comments on commit a99fa12

Please sign in to comment.