/BladeParts/res/layout-land/prox_display.xml

http://github.com/CyanogenMod/android_device_zte_blade · XML · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · c1a9b388995ef7e51463e1150f7e9fdb MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:orientation="vertical"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent">
  7. <TextView android:id="@+id/textBox" android:layout_width="match_parent" android:layout_height="225dip"></TextView>
  8. <Button android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/back_button" android:text="@string/back_button"></Button>
  9. </LinearLayout>