/talkingdialer/res/layout/main.xml

http://eyes-free.googlecode.com/ · XML · 21 lines · 19 code · 2 blank · 0 comment · 0 complexity · 592ff3d602fa54f1b9474920c6387959 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/frameLayout"
  4. android:layout_width="fill_parent" android:layout_height="fill_parent">
  5. <LinearLayout android:orientation="vertical"
  6. android:layout_width="fill_parent" android:layout_height="fill_parent" >
  7. <LinearLayout android:orientation="horizontal"
  8. android:layout_width="fill_parent" android:layout_height="1dip" android:layout_weight="1">
  9. <com.google.marvin.talkingdialer.ScrollSidebarView android:id="@+id/lScroll" android:background="#00FF0000"
  10. android:layout_width="1dip" android:layout_height="fill_parent" android:layout_weight="10" android:visibility="invisible"/>
  11. <View
  12. android:layout_width="1dip" android:layout_height="fill_parent" android:layout_weight="80"/>
  13. <com.google.marvin.talkingdialer.ScrollSidebarView android:id="@+id/rScroll" android:background="#00FF0000"
  14. android:layout_width="1dip" android:layout_height="fill_parent" android:layout_weight="10" android:visibility="invisible"/>
  15. </LinearLayout>
  16. <com.google.marvin.talkingdialer.RunButton android:layout_width="fill_parent" android:layout_height="wrap_content"
  17. android:id="@+id/callButton" android:text="\n\nCall\n\n" />
  18. </LinearLayout>
  19. </FrameLayout>