Modify SampleApplication UI by changed tizen2.2 policy
authorGongwook Lee <gongwook78.lee@samsung.com>
Mon, 24 Jun 2013 08:03:00 +0000 (17:03 +0900)
committerGongwook Lee <gongwook78.lee@samsung.com>
Mon, 24 Jun 2013 08:03:00 +0000 (17:03 +0900)
Change-Id: I12d9b0753a249d05df6752106e6792a9937b3282
Signed-off-by: Gongwook Lee <gongwook78.lee@samsung.com>
project/res/screen-size-normal/IDF_FORM.xml
project/src/TouchForm.cpp
screenshot.png [changed mode: 0755->0644]

index b4a8802..d62facc 100644 (file)
@@ -3,17 +3,14 @@
        This XML file was automatically generated by UiBuilder - do not modify by hand.
 -->
 <!DOCTYPE Scene SYSTEM "UIForm.dtd">
-<Scene Bversion="2.0.0.201303182057" Dversion="20120315">
+
+<Scene Bversion="2.0.0.201306151404" Dversion="20120315">
     <LogicalCoordinate>720</LogicalCoordinate>
     <Form id="IDF_FORM">
         <property backgroundColor="" backgroundColorOpacity="100" notificationTrayOpenEnabled="false" orientation="Portrait" softKey0NormalIcon="" softKey0PressedIcon="" softKey0Text="" softKey1NormalIcon="" softKey1PressedIcon="" softKey1Text="" title="" titleAlign="ALIGN_CENTER" titleIcon="" translucentFooter="false" translucentHeader="false" translucentIndicator="false"/>
-        <layout mode="Portrait" style="FORM_STYLE_FOOTER" type="NONE"/>
-        <layout mode="Landscape" style="FORM_STYLE_FOOTER" type="NONE"/>
+        <layout mode="Portrait" style="FORM_STYLE_NORMAL" type="NONE"/>
+        <layout mode="Landscape" style="FORM_STYLE_NORMAL" type="NONE"/>
     </Form>
-    <Footer>
-        <property backgroundBitmapPath="" color="" colorOpacity="0" disabledButtonColor="" disabledButtonColorOpacity="0" disabledButtonTextColor="" disabledItemColor="" disabledItemColorOpacity="0" disabledItemTextColor="" footerStyle="FOOTER_STYLE_BUTTON_TEXT" highlightedButtonColor="" highlightedButtonColorOpacity="0" highlightedButtonTextColor="" highlightedItemColor="" highlightedItemColorOpacity="0" highlightedItemTextColor="" normalButtonColor="" normalButtonColorOpacity="0" normalButtonTextColor="" normalItemColor="" normalItemColorOpacity="0" normalItemTextColor="" pressedButtonColor="" pressedButtonColorOpacity="0" pressedButtonTextColor="" pressedItemColor="" pressedItemColorOpacity="0" pressedItemTextColor="" selectedItemColor="" selectedItemColorOpacity="0" selectedItemTextColor="" showBackButton="true"/>
-        <itemSet/>
-    </Footer>
     <Label id="IDC_INFO_LABEL" parent="IDF_FORM">
         <property accessibilityHint="" backgroundBitmapPath="" backgroundColor="" backgroundColorOpacity="0" horizontalAlign="ALIGN_LEFT" leftMargin="16" text="Label1" textColor="Blue" textSize="33.0" textStyle="LABEL_TEXT_STYLE_NORMAL" topMargin="0" verticalAlign="ALIGN_TOP"/>
         <layout height="276.0" mode="Portrait" width="677.0" x="20.0" y="65.0"/>
index 2d10d57..46e2612 100644 (file)
@@ -43,9 +43,6 @@ TouchForm::OnInitializing(void)
 {
     result r = E_SUCCESS;
 
-    Tizen::Ui::Controls::Footer* pFooter = GetFooter();
-
-    pFooter->AddActionEventListener(*__pLoadListener);
     SetFormBackEventListener(__pBackListener);
     return r;
 }
old mode 100755 (executable)
new mode 100644 (file)
index 8466d68..89214e8
Binary files a/screenshot.png and b/screenshot.png differ