Этот коммит содержится в:
Anton Tananaev
2012-08-04 17:46:09 +04:00
родитель eeeb038cbf
Коммит 73c97f80cd
3 изменённых файлов: 31 добавлений и 4 удалений
+17
Просмотреть файл
@@ -54,6 +54,23 @@
android:layout_width="fill_parent"
android:layout_height="10sp"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Device identifier"
/>
<EditText
android:id="@+id/edit_device"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="none"
android:editable="false"
android:focusable="false"
/>
<View
android:layout_width="fill_parent"
android:layout_height="10sp"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"