android端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

activity_welcome.xml 1.6 KiB

3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 달 전
3 년 전
3 년 전
3 달 전
3 년 전
3 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/white"
  7. android:theme="@style/ThemeOverlay.Nsgk_rural_web.FullscreenContainer">
  8. <LinearLayout
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:orientation="vertical"
  12. android:id="@+id/llcenter"
  13. android:layout_marginTop="170dp"
  14. android:layout_centerHorizontal="true">
  15. <ImageView
  16. android:id="@+id/imageView"
  17. android:layout_width="96dp"
  18. android:layout_height="96dp"
  19. android:src="@drawable/no_words_144" />
  20. </LinearLayout>
  21. <LinearLayout
  22. android:layout_width="wrap_content"
  23. android:layout_height="wrap_content"
  24. android:orientation="vertical"
  25. android:layout_alignParentBottom="true"
  26. android:layout_centerHorizontal="true"
  27. android:layout_marginBottom="8dp">
  28. <TextView
  29. android:layout_width="match_parent"
  30. android:layout_height="wrap_content"
  31. android:layout_gravity="center"
  32. android:gravity="center"
  33. android:text="@string/copyright" />
  34. <TextView
  35. android:layout_width="match_parent"
  36. android:layout_height="wrap_content"
  37. android:layout_gravity="center"
  38. android:gravity="center"
  39. android:textStyle="bold"
  40. android:text="@string/company" />
  41. </LinearLayout>
  42. </RelativeLayout>