Page 126 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 126
나) activity_main
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:gravity="center"
android:text="Meister Company Status"
android:textSize="20dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:orientation="horizontal">
<TextView
android:id="@+id/txtName1"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:text="Guest Card 1" />
<TextView
android:id="@+id/txtOTP1"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:gravity="center"
android:text="OTP" />
<Button
android:id="@+id/btnRefresh1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:text="Refresh" />
- 119 -