summaryrefslogtreecommitdiffstats
path: root/samples/SupportPercentDemos/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/SupportPercentDemos/AndroidManifest.xml')
-rw-r--r--samples/SupportPercentDemos/AndroidManifest.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/samples/SupportPercentDemos/AndroidManifest.xml b/samples/SupportPercentDemos/AndroidManifest.xml
index e65c8c661..71fea321d 100644
--- a/samples/SupportPercentDemos/AndroidManifest.xml
+++ b/samples/SupportPercentDemos/AndroidManifest.xml
@@ -52,6 +52,22 @@
</intent-filter>
</activity>
+ <activity android:name=".PercentFrameLayoutActivityHPaddings"
+ android:label="@string/percent_frame_hpaddings_demo">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/>
+ </intent-filter>
+ </activity>
+
+ <activity android:name=".PercentFrameLayoutActivityVPaddings"
+ android:label="@string/percent_frame_vpaddings_demo">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/>
+ </intent-filter>
+ </activity>
+
<activity android:name=".SimplePercentRelativeLayoutActivity"
android:label="@string/simple_percent_relative_demo">
<intent-filter>
@@ -60,5 +76,21 @@
</intent-filter>
</activity>
+ <activity android:name=".PercentRelativeLayoutActivityHPaddings"
+ android:label="@string/percent_relative_hpaddings_demo">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/>
+ </intent-filter>
+ </activity>
+
+ <activity android:name=".PercentRelativeLayoutActivityVPaddings"
+ android:label="@string/percent_relative_vpaddings_demo">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/>
+ </intent-filter>
+ </activity>
+
</application>
</manifest>