Update version numbers and edit user screen bug for iOS.
This commit is contained in:
Родитель
f7d6a79207
Коммит
daef8d24bf
|
@ -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]="'F'"></photo-picker>
|
||||
|
|
Загрузка…
Ссылка в новой задаче