Blame view
android/PromoterDemo/res/layout/activity_main.xml
1.02 KB
636deb8ba
![]() |
1 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
d1683fe9a
|
2 3 4 |
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" |
636deb8ba
![]() |
5 |
android:orientation="vertical" |
d1683fe9a
|
6 7 8 9 10 11 12 |
android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context=".MainActivity" > <TextView |
636deb8ba
![]() |
13 |
android:id="@+id/app_info" |
d1683fe9a
|
14 |
android:layout_width="match_parent" |
636deb8ba
![]() |
15 16 17 18 19 20 |
android:layout_height="wrap_content" /> <EditText android:id="@+id/uid" android:layout_width="match_parent" android:layout_height="wrap_content" |
d1683fe9a
|
21 |
android:gravity="center" |
636deb8ba
![]() |
22 23 24 25 26 27 28 |
android:hint="uid" /> <Button android:id="@+id/goin" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Go into Promoter" /> |
d1683fe9a
|
29 |
|
636deb8ba
![]() |
30 |
</LinearLayout> |