Update version numbers and edit user screen bug for iOS.

This commit is contained in:
Georgi Prodanov 2017-05-22 13:23:10 +03:00
Родитель f7d6a79207
Коммит daef8d24bf
4 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="__PACKAGE__"
android:versionCode="1"
android:versionName="1.0">
android:versionCode="2"
android:versionName="1.0.1">
<supports-screens
android:smallScreens="true"

Просмотреть файл

@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.0.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIRequiresFullScreen</key>

Просмотреть файл

@ -110,4 +110,5 @@
.going-label {
color: #000;
margin-left: 5;
margin-top: 0;
}

Просмотреть файл

@ -13,7 +13,7 @@
</ActionBarExtension>
<StackLayout *ngIf="user">
<AbsoluteLayout width="100%" height="150">
<AbsoluteLayout width="100%" height="130">
<StackLayout left="0" top="60" width="100%" height="90" class="user-pad"></StackLayout>
<StackLayout left="0" top="0" width="100%" class="user">
<photo-picker [url]="user.ImageUrl" [type]="'user'" [noImageIcon]="'&#x46;'"></photo-picker>