-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1485 from microsoft/release/4.1.0
Start new 4.1.0 version
- Loading branch information
Showing
150 changed files
with
1,933 additions
and
589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
253 changes: 141 additions & 112 deletions
253
Apps/Contoso.Android.Puppet/Resources/layout/AppCenter.axml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,114 +1,143 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
<ScrollView | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<LinearLayout | ||
android:focusable="true" | ||
android:focusableInTouchMode="true" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" | ||
android:padding="8dp"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterEnabled" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<Switch | ||
android:id="@+id/enabled_app_center" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterLogLevel" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<TextView | ||
android:id="@+id/log_level" | ||
android:text="\?" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<View | ||
android:layout_width="match_parent" | ||
android:layout_height="1dp" | ||
android:background="?android:attr/listDivider" /> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterLogMessage" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<EditText | ||
android:id="@+id/write_log_message" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterLogTag" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<EditText | ||
android:id="@+id/write_log_tag" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterLogLevel" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<TextView | ||
android:id="@+id/write_log_level" | ||
android:text="\?" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<Button | ||
android:id="@+id/write_log" | ||
android:text="@string/AppCenterWriteLog" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" /> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterUserId" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<EditText | ||
android:id="@+id/write_user_id" | ||
android:maxLines="1" | ||
android:inputType="text" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
</LinearLayout> | ||
</ScrollView> | ||
<LinearLayout | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
<ScrollView | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<LinearLayout | ||
android:focusable="true" | ||
android:focusableInTouchMode="true" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" | ||
android:padding="8dp"> | ||
<LinearLayout | ||
android:orientation="horizontal" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterEnabled" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<Switch | ||
android:id="@+id/enabled_app_center" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:orientation="horizontal" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterLogLevel" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<TextView | ||
android:id="@+id/log_level" | ||
android:text="\?" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<View | ||
android:layout_width="match_parent" | ||
android:layout_height="1dp" | ||
android:background="?android:attr/listDivider" /> | ||
<LinearLayout | ||
android:orientation="horizontal" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterLogMessage" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<EditText | ||
android:id="@+id/write_log_message" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:orientation="horizontal" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterLogTag" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<EditText | ||
android:id="@+id/write_log_tag" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:orientation="horizontal" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterLogLevel" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<TextView | ||
android:id="@+id/write_log_level" | ||
android:text="\?" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<Button | ||
android:id="@+id/write_log" | ||
android:text="@string/AppCenterWriteLog" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" /> | ||
<LinearLayout | ||
android:orientation="horizontal" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/AppCenterUserId" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<EditText | ||
android:id="@+id/write_user_id" | ||
android:maxLines="1" | ||
android:inputType="text" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<LinearLayout | ||
android:orientation="horizontal" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
<TextView | ||
android:text="@string/change_storage_size" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="8dp" /> | ||
<EditText | ||
android:id="@+id/write_storage_size" | ||
android:maxLines="1" | ||
android:inputType="text" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:gravity="right" /> | ||
</LinearLayout> | ||
<Button | ||
android:id="@+id/save_storage_size" | ||
android:text="@string/save" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" /> | ||
</LinearLayout> | ||
</ScrollView> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.