Page 127 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 127
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:orientation="horizontal">
<TextView
android:id="@+id/txtName2"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:text="Guest Card 2" />
<TextView
android:id="@+id/txtOTP2"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:gravity="center"
android:text="OTP" />
<Button
android:id="@+id/btnRefresh2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Refresh" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:orientation="horizontal">
<TextView
android:id="@+id/txtName3"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:text="Guest Card 3" />
- 120 -