mm_example_ui.xml 263 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. style="@style/NavPage" >
  4. <ScrollView
  5. android:id="@+id/mm_body_sv"
  6. style="@style/MMScroll" >
  7. </ScrollView>
  8. </LinearLayout>