aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/completion2.xml
blob: 0921674cd4c62b8ff326b5ffb979bd7ca8a77543 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- Test multiple pipes in the flag value -->
    <TextView android:gravity="left|bottom|cen"></TextView>
</LinearLayout>