diff --git a/ability/Fraction/README.md b/ability/Fraction/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..3567aa4e4ffa563b2a6d9fa153020a977a6875cd
--- /dev/null
+++ b/ability/Fraction/README.md
@@ -0,0 +1,17 @@
+# Fraction
+
+### Introduction
+
+This sample provides an ability-based layout: fraction. A fraction has its own lifecycle and can be placed in an ability container. You can perform the following operations on fractions: add, replace, hide, show, push into the stack, and pulled from the stack.
+
+### Usage
+
+1. On the home screen of your app, touch **Replace Fraction** to replace the fraction.
+2. Touch **Next Page** to go to the next page.
+3. Touch **Hide Fraction** to hide the fraction. The button then changes to **Show Fraction**, touching which will show the fraction again.
+4. Touch **Push into Stack** to push the fraction into the stack. The button then changes to **Pop from Stack**, touching which will pull the fraction from the stack.
+
+### Constraints
+
+This sample can only be run on standard-system devices.
+
diff --git a/ability/Fraction/screenshots/device/hide_fraction.png b/ability/Fraction/screenshots/device/hide_fraction.png
index 39e8baf17658f2e5b5abf72f8d643c91ba415070..0e072050fd9e497fdd6eb3c0b5b6ea189c10799b 100644
Binary files a/ability/Fraction/screenshots/device/hide_fraction.png and b/ability/Fraction/screenshots/device/hide_fraction.png differ
diff --git a/ability/Fraction/screenshots/device/main_ability.png b/ability/Fraction/screenshots/device/main_ability.png
index badb05d0b6450b00eb520a918e04f057e508d9a5..7fb36eb0f6a2b47640131b05bd5d53cd2683c1e7 100644
Binary files a/ability/Fraction/screenshots/device/main_ability.png and b/ability/Fraction/screenshots/device/main_ability.png differ
diff --git a/ability/Fraction/screenshots/device/next_ability.png b/ability/Fraction/screenshots/device/next_ability.png
index 6c658101e7bce5f18f0d55bd0ba7e99d443c574b..9e9074ba474625ca735911c3de8fd29864333f56 100644
Binary files a/ability/Fraction/screenshots/device/next_ability.png and b/ability/Fraction/screenshots/device/next_ability.png differ
diff --git a/ability/Fraction/screenshots/device/pop_from_stack.png b/ability/Fraction/screenshots/device/pop_from_stack.png
index ec3f52febde56ca745820a58c201aa0df05fc08a..9e9074ba474625ca735911c3de8fd29864333f56 100644
Binary files a/ability/Fraction/screenshots/device/pop_from_stack.png and b/ability/Fraction/screenshots/device/pop_from_stack.png differ
diff --git a/ability/Fraction/screenshots/device/push_into_stack.png b/ability/Fraction/screenshots/device/push_into_stack.png
index ff20169b9a8724adbaa367a2641130ec394ede77..060b8e88f0031330559c4f8fe7066a001ae42b02 100644
Binary files a/ability/Fraction/screenshots/device/push_into_stack.png and b/ability/Fraction/screenshots/device/push_into_stack.png differ
diff --git a/ability/Fraction/screenshots/device/replace_fraction.png b/ability/Fraction/screenshots/device/replace_fraction.png
index 87b79d1857784e7fd0072065c781b68c2d1da3ae..d8854b755e8d78bdc2c40fc43b156586ffe4fcc3 100644
Binary files a/ability/Fraction/screenshots/device/replace_fraction.png and b/ability/Fraction/screenshots/device/replace_fraction.png differ