/ime/latinime/res/layout/default_ime_wizard.xml

http://eyes-free.googlecode.com/ · XML · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · a0e3c1a0ea90fcb18de5202370af08a2 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:paddingBottom="40dp">
  7. <ProgressBar
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:layout_centerInParent="true" />
  11. </RelativeLayout>