Skip to content

Commit

Permalink
now upload v2 again
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGGAAVVIINN committed Jul 18, 2022
1 parent 5925c3b commit 8d48ac1
Show file tree
Hide file tree
Showing 134 changed files with 2,010 additions and 0 deletions.
44 changes: 44 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415" android:installLocation="preferExternal" package="com.craftsman.go" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415">
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="com.android.vending.BILLING"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:alwaysRetainTaskState="true" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:debuggable="false" android:excludeFromRecents="false" android:label="@string/app_name_short" android:launchMode="singleTop" android:name="com.mojang.minecraftpe.MainActivity" android:screenOrientation="sensorLandscape" android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<meta-data android:name="android.app.lib_name" android:value="minecraftpe"/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:mimeType="text/plain" android:scheme="minecraft"/>
</intent-filter>
</activity>
<meta-data android:name="xperiaplayoptimized_content" android:resource="@string/xperiaplayoptimized_content"/>
<meta-data android:name="game_display_name" android:resource="@string/app_name"/>
<meta-data android:name="game_icon" android:resource="@drawable/iconx"/>
<uses-library android:name="xperiaplaycertified" android:required="false"/>
<receiver android:name="com.amazon.device.iap.ResponseReceiver">
<intent-filter>
<action android:name="com.amazon.inapp.purchasing.NOTIFY" android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY" android:windowSoftInputMode="adjustResize"/>
</intent-filter>
</receiver>
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:exported="false" android:name="com.google.android.gms.ads.AdActivity" android:theme="@android:style/Theme.Translucent"/>
<meta-data android:name="com.google.android.gms.version" android:value="12451000"/>
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:hardwareAccelerated="true" android:name="com.unity3d.services.ads.adunit.AdUnitActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:hardwareAccelerated="true" android:name="com.unity3d.services.ads.adunit.AdUnitTransparentActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:hardwareAccelerated="false" android:name="com.unity3d.services.ads.adunit.AdUnitTransparentSoftwareActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
<activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:hardwareAccelerated="false" android:name="com.unity3d.services.ads.adunit.AdUnitSoftwareActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
<activity android:configChanges="keyboardHidden|orientation|screenSize" android:exported="false" android:name="com.facebook.ads.AudienceNetworkActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<activity android:configChanges="keyboardHidden|orientation|screenSize" android:exported="false" android:name="com.facebook.ads.internal.ipc.RemoteANActivity" android:process=":adnw" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<service android:exported="false" android:name="com.facebook.ads.internal.ipc.AdsProcessPriorityService"/>
<service android:exported="false" android:name="com.facebook.ads.internal.ipc.AdsMessengerService" android:process=":adnw"/>
<meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
</application>
</manifest>
7 changes: 7 additions & 0 deletions res/color/button_text.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="false" android:color="@color/buttonBorder" />
<item android:state_pressed="true" android:color="@color/buttonTextPressed" />
<item android:state_enabled="false" android:color="@color/buttonBorderDisabled" />
</selector>
Binary file added res/drawable-hdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/iconvr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/msa_add_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/msa_close_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/msa_default_user_tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/msa_overflow_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/xbid_gamerscore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/xbid_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-hdpi/xbid_x_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-ldpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-ldpi/iconvr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-ldpi/msa_ms_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/iconvr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/msa_add_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/msa_close_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/msa_default_user_tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/msa_ms_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/msa_overflow_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/xbid_gamerscore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/xbid_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/xbid_x_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/iconvr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/msa_add_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/msa_close_icon.png
Binary file added res/drawable-xhdpi/msa_default_user_tile.png
Binary file added res/drawable-xhdpi/msa_ms_logo.png
Binary file added res/drawable-xhdpi/msa_overflow_menu.png
Binary file added res/drawable-xhdpi/xbid_gamerscore.png
Binary file added res/drawable-xhdpi/xbid_search.png
Binary file added res/drawable-xhdpi/xbid_x_icon.png
Binary file added res/drawable-xxhdpi/icon.png
Binary file added res/drawable-xxhdpi/iconvr.png
Binary file added res/drawable-xxhdpi/msa_add_icon.png
Binary file added res/drawable-xxhdpi/msa_close_icon.png
Binary file added res/drawable-xxhdpi/msa_ms_logo.png
Binary file added res/drawable-xxhdpi/xbid_gamerscore.png
Binary file added res/drawable-xxhdpi/xbid_search.png
Binary file added res/drawable-xxxhdpi/icon.png
Binary file added res/drawable-xxxhdpi/iconvr.png
Binary file added res/drawable-xxxhdpi/msa_add_icon.png
Binary file added res/drawable-xxxhdpi/msa_close_icon.png
Binary file added res/drawable-xxxhdpi/msa_ms_logo.png
7 changes: 7 additions & 0 deletions res/drawable/button.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector android:variablePadding="false" android:constantSize="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="false" android:drawable="@drawable/button_rest" />
<item android:state_pressed="true" android:drawable="@drawable/button_pressed" />
<item android:state_enabled="false" android:drawable="@drawable/button_disabled" />
</selector>
7 changes: 7 additions & 0 deletions res/drawable/button_disabled.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="@dimen/buttonHeight" />
<solid android:color="@color/buttonBack" />
<stroke android:width="@dimen/buttonBorder" android:color="@color/buttonBorderDisabled" />
</shape>
7 changes: 7 additions & 0 deletions res/drawable/button_pressed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="@dimen/buttonHeight" />
<solid android:color="@color/buttonBackPressed" />
<stroke android:width="@dimen/buttonBorder" android:color="@color/buttonBorder" />
</shape>
7 changes: 7 additions & 0 deletions res/drawable/button_rest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="@dimen/buttonHeight" />
<solid android:color="@color/buttonBack" />
<stroke android:width="@dimen/buttonBorder" android:color="@color/buttonBorder" />
</shape>
Binary file added res/drawable/iconvrx.png
Binary file added res/drawable/iconx.png
7 changes: 7 additions & 0 deletions res/drawable/xbid_button_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/xbid_button_state_pressed" />
<item android:state_focused="true" android:drawable="@drawable/xbid_button_state_focused" />
<item android:drawable="@drawable/xbid_button_state_normal" />
</selector>
6 changes: 6 additions & 0 deletions res/drawable/xbid_button_state_focused.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="@dimen/xbid_bg_height" android:width="@dimen/xbid_bg_width" />
<solid android:color="@color/xbid_button_background" />
</shape>
6 changes: 6 additions & 0 deletions res/drawable/xbid_button_state_normal.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="@dimen/xbid_bg_height" android:width="@dimen/xbid_bg_width" />
<solid android:color="@color/xbid_button_background" />
</shape>
6 changes: 6 additions & 0 deletions res/drawable/xbid_button_state_pressed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="@dimen/xbid_bg_height" android:width="@dimen/xbid_bg_width" />
<solid android:color="@color/xbid_button_background" />
</shape>
7 changes: 7 additions & 0 deletions res/drawable/xbid_edit_text_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="@dimen/xbid_bg_height" android:width="@dimen/xbid_bg_width" />
<solid android:color="@color/xbid_button_background" />
<stroke android:width="@dimen/xbid_bg_stroke_width" android:color="@color/xbid_white_primary" />
</shape>
6 changes: 6 additions & 0 deletions res/drawable/xbid_rounded_image_test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ff8080ff" />
<size android:height="50.0dip" android:width="50.0dip" />
</shape>
6 changes: 6 additions & 0 deletions res/layout/account_picker.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout style="@style/activity"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:msaui="http://schemas.android.com/apk/res-auto">
<FrameLayout android:id="@id/accountPickerBase" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ListView android:id="@id/listAccounts" android:layout_below="@id/accountPickerBase" style="@style/accountPickerListView" />
</RelativeLayout>
6 changes: 6 additions & 0 deletions res/layout/account_picker_tile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout style="@style/accountPickerUserTile"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:msaui="http://schemas.android.com/apk/res-auto">
<ImageView android:id="@id/imageUserTile" style="@style/userTileImageBidirectional" />
<com.microsoft.onlineid.ui.StyledTextView android:id="@id/textEmail" style="@style/accountPickerUserTileUserNameBidirectional" />
</RelativeLayout>
7 changes: 7 additions & 0 deletions res/layout/account_tile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout style="@style/accountTile"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:msaui="http://schemas.android.com/apk/res-auto">
<com.microsoft.onlineid.ui.StyledTextView android:id="@id/textFirstLast" style="@style/userTileDisplayName" />
<com.microsoft.onlineid.ui.StyledTextView android:id="@id/textEmail" style="@style/userTileEmail" />
<ImageButton android:id="@id/userTileOverflowMenu" style="@style/accountTileOverflowMenu" />
</RelativeLayout>
6 changes: 6 additions & 0 deletions res/layout/add_account_tile.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout style="@style/accountPickerUserTile"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:msaui="http://schemas.android.com/apk/res-auto">
<ImageView android:id="@id/imageUserTile" android:src="@drawable/msa_add_icon" android:contentDescription="@string/account_menu_add_account" style="@style/userTileImageBidirectional" />
<com.microsoft.onlineid.ui.StyledTextView android:id="@id/textAddAccount" android:text="@string/account_menu_add_account" style="@style/accountPickerUserTileUserNameBidirectional" />
</RelativeLayout>
7 changes: 7 additions & 0 deletions res/layout/base_screen.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/baseScreenView" style="@style/activity"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:msaui="http://schemas.android.com/apk/res-auto">
<com.microsoft.onlineid.internal.ui.ProgressView android:id="@id/baseScreenProgressView" android:focusable="false" android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="@dimen/marginMedium" />
<com.microsoft.onlineid.ui.StyledTextView android:id="@id/baseScreenHeader" android:focusable="false" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/marginLarge" android:layout_marginTop="@dimen/marginSmall" android:layout_marginRight="@dimen/marginLarge" style="@style/textLargest" />
<com.microsoft.onlineid.ui.StyledTextView android:id="@id/baseScreenBody" android:focusable="false" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/marginLarge" android:layout_marginTop="@dimen/marginLarge" android:layout_marginRight="@dimen/marginLarge" style="@style/textLarge" />
</LinearLayout>
5 changes: 5 additions & 0 deletions res/layout/sign_out_custom_content_view.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:padding="@dimen/marginMedium" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:msaui="http://schemas.android.com/apk/res-auto">
<CheckBox android:id="@id/signOutCheckBox" style="@style/signOutCheckBoxBidirectional" />
</RelativeLayout>
8 changes: 8 additions & 0 deletions res/layout/static_page.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout style="@style/activity"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:msaui="http://schemas.android.com/apk/res-auto">
<com.microsoft.onlineid.internal.ui.ProgressView android:id="@id/progressView" android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="@dimen/marginMedium" />
<com.microsoft.onlineid.ui.StyledTextView android:textAppearance="@style/textLargest" android:id="@id/static_page_header" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/marginLarge" android:layout_marginTop="@dimen/marginSmall" android:layout_marginRight="@dimen/marginLarge" android:layout_marginBottom="@dimen/marginMedium" android:layout_below="@id/progressView" android:layout_alignParentTop="true" style="@style/textLargest" />
<com.microsoft.onlineid.ui.StyledTextView android:id="@id/static_page_body_first" android:layout_below="@id/static_page_header" style="@style/textStaticPage" />
<com.microsoft.onlineid.ui.StyledTextView android:id="@id/static_page_body_second" android:layout_below="@id/static_page_body_first" style="@style/textStaticPage" />
</RelativeLayout>
8 changes: 8 additions & 0 deletions res/layout/static_page_with_buttons.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout style="@style/activity"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:msaui="http://schemas.android.com/apk/res-auto">
<ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_above="@id/static_page_buttons" android:layout_alignParentTop="true">
<include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/static_page" />
</ScrollView>
<include android:id="@id/static_page_buttons" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_alignParentBottom="true" layout="@layout/web_flow_buttons" style="@style/textDefault" />
</RelativeLayout>
7 changes: 7 additions & 0 deletions res/layout/web_flow_buttons.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal" android:id="@id/webFlowButtons" android:padding="@dimen/marginLarge" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.microsoft.onlineid.ui.StyledButton android:id="@id/button_previous" android:text="@string/authentication_button_previous" style="@style/button" />
<Space style="@style/dividerButtons" />
<com.microsoft.onlineid.ui.StyledButton android:id="@id/button_next" android:text="@string/authentication_button_next" style="@style/button" />
</LinearLayout>
6 changes: 6 additions & 0 deletions res/layout/xbid_activity_auth_flow.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:id="@id/xbid_header_fragment" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" />
<FrameLayout android:id="@id/xbid_body_fragment" android:paddingLeft="@dimen/xbid_body_padding_horizontal" android:paddingTop="@dimen/xbid_body_padding_horizontal" android:paddingRight="@dimen/xbid_body_padding_horizontal" android:paddingBottom="@dimen/xbid_body_padding_horizontal" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_below="@id/xbid_header_fragment" android:layout_alignParentBottom="true" />
</RelativeLayout>
7 changes: 7 additions & 0 deletions res/layout/xbid_activity_error.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:id="@id/xbid_header_fragment" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" />
<FrameLayout android:id="@id/xbid_body_fragment" android:paddingLeft="@dimen/xbid_body_padding_horizontal" android:paddingTop="@dimen/xbid_body_padding_horizontal" android:paddingRight="@dimen/xbid_body_padding_horizontal" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_above="@id/xbid_error_buttons" android:layout_below="@id/xbid_header_fragment" android:layout_alignWithParentIfMissing="true" />
<FrameLayout android:id="@id/xbid_error_buttons" android:paddingLeft="@dimen/xbid_body_padding_horizontal" android:paddingRight="@dimen/xbid_body_padding_horizontal" android:paddingBottom="@dimen/xbid_body_padding_horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" />
</RelativeLayout>
6 changes: 6 additions & 0 deletions res/layout/xbid_activity_sign_up.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:id="@id/xbid_header_fragment" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" />
<FrameLayout android:id="@id/xbid_body_fragment" android:paddingLeft="@dimen/xbid_body_padding_horizontal" android:paddingTop="@dimen/xbid_body_padding_horizontal" android:paddingRight="@dimen/xbid_body_padding_horizontal" android:paddingBottom="@dimen/xbid_body_padding_horizontal" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_below="@id/xbid_header_fragment" android:layout_alignParentBottom="true" android:layout_alignWithParentIfMissing="true" />
</RelativeLayout>
6 changes: 6 additions & 0 deletions res/layout/xbid_activity_welcome.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:id="@id/xbid_header_fragment" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" />
<FrameLayout android:id="@id/xbid_body_fragment" android:paddingLeft="@dimen/xbid_body_padding_horizontal" android:paddingTop="@dimen/xbid_body_padding_horizontal" android:paddingRight="@dimen/xbid_body_padding_horizontal" android:paddingBottom="@dimen/xbid_body_padding_horizontal" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_below="@id/xbid_header_fragment" android:layout_alignParentBottom="true" />
</RelativeLayout>
Loading

0 comments on commit 8d48ac1

Please sign in to comment.