|
|
@@ -1,7 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -21,18 +20,18 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
+ android:text="접근권한 설정안내"
|
|
|
android:textColor="#000000"
|
|
|
- android:textSize="15sp"
|
|
|
- android:text="접근권한 설정안내" />
|
|
|
+ android:textSize="15sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="3.8dp"
|
|
|
android:lineSpacingExtra="3.8sp"
|
|
|
+ android:text="ZUMO에서는 다음 권한들을 사용하오니 확인해주시기 바랍니다."
|
|
|
android:textColor="#999999"
|
|
|
- android:textSize="10.5sp"
|
|
|
- android:text="ZUMO에서는 다음 권한들을 사용하오 확인해주시기 바랍니다." />
|
|
|
+ android:textSize="10.5sp" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -43,18 +42,20 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:drawableLeft="@drawable/permission_dot"
|
|
|
+ android:drawablePadding="4.8dp"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="필수 접근권한"
|
|
|
android:textColor="#666666"
|
|
|
- android:textSize="11.3sp"
|
|
|
- android:text="필수 접근권한" />
|
|
|
+ android:textSize="11.3sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text=" 없음"
|
|
|
android:textColor="#000000"
|
|
|
- android:textSize="11.3sp"
|
|
|
- android:text=" 없음" />
|
|
|
+ android:textSize="11.3sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -66,112 +67,148 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:drawableLeft="@drawable/permission_dot"
|
|
|
+ android:drawablePadding="4.8dp"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text="선택적 접근권한"
|
|
|
android:textColor="#666666"
|
|
|
- android:textSize="11.3sp"
|
|
|
- android:text="선택적 접근권한" />
|
|
|
+ android:textSize="11.3sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:lineSpacingExtra="5.5sp"
|
|
|
+ android:text=" 2건"
|
|
|
android:textColor="#000000"
|
|
|
- android:textSize="11.3sp"
|
|
|
- android:text=" 2건" />
|
|
|
+ android:textSize="11.3sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_marginLeft="17dp"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="15dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center_vertical">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/ic_picture" />
|
|
|
+ android:background="#f8f8f8"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingTop="17.2dp"
|
|
|
+ android:paddingBottom="17.2dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_marginLeft="18.5dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_marginLeft="18dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="4.8sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="12sp"
|
|
|
- android:text="사진" />
|
|
|
+ android:src="@drawable/ic_picture" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="6.3sp"
|
|
|
- android:textColor="#666666"
|
|
|
- android:textSize="10.5sp"
|
|
|
- android:text="이벤트 참여 시 사진 첨부" />
|
|
|
+ android:layout_marginLeft="18.5dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4.8sp"
|
|
|
+ android:text="사진"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="6.3sp"
|
|
|
+ android:text="이벤트 참여 시 사진 첨부"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="10.5sp" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginLeft="17dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="17.2dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/ic_location" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_marginLeft="18.5dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_marginLeft="18dp"
|
|
|
+ android:layout_marginTop="17.2dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <TextView
|
|
|
+ <ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="4.8sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="12sp"
|
|
|
- android:text="위치정보" />
|
|
|
+ android:src="@drawable/ic_location" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="6.3sp"
|
|
|
- android:textColor="#666666"
|
|
|
- android:textSize="10.5sp"
|
|
|
- android:text="날씨 정보 제공을 위한 위치 확인" />
|
|
|
+ android:layout_marginLeft="18.5dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="4.8sp"
|
|
|
+ android:text="위치정보"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="6.3sp"
|
|
|
+ android:text="날씨 정보 제공을 위한 위치 확인"
|
|
|
+ android:textColor="#666666"
|
|
|
+ android:textSize="10.5sp" />
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="32.2dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
+ android:text="선택 접근 권한은 해당 기능을 사용할 때 허용이 필요하며, 비 허용시에도 해당 기능 외 서비스 이용이 가능합니다."
|
|
|
android:textColor="#999999"
|
|
|
- android:textSize="10.5sp"
|
|
|
- android:text="선택 접근 권한은 해당 기능을 사용할 때 허용이 필요하며, 비 허용시에도 해당 기능 외 서비스 이용이 가능합니다." />
|
|
|
+ android:textSize="10.5sp" />
|
|
|
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="15dp"
|
|
|
- android:lineSpacingExtra="6.8sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:textSize="10.5sp"
|
|
|
- android:text="휴대폰 설정 > ZUMO에서 접근 권한 변경" />
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="6.8sp"
|
|
|
+ android:text="휴대폰 설정"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="10.5sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="3.5dp"
|
|
|
+ android:layout_marginRight="3.5dp"
|
|
|
+ android:src="@drawable/icon_arrow" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="6.8sp"
|
|
|
+ android:text="ZUMO에서 접근 권한 변경"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="10.5sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -183,9 +220,9 @@
|
|
|
android:background="#000000"
|
|
|
android:gravity="center"
|
|
|
android:lineSpacingExtra="6.3sp"
|
|
|
+ android:text="확인"
|
|
|
android:textColor="#ffffff"
|
|
|
- android:textSize="14.3sp"
|
|
|
- android:text="확인" />
|
|
|
+ android:textSize="14.3sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|