/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
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <TextView android:id="@+id/textBox" android:layout_width="match_parent" android:layout_height="225dip"></TextView>
- <Button android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/back_button" android:text="@string/back_button"></Button>
- </LinearLayout>