|
|
@@ -29,7 +29,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="22.5dp"
|
|
|
+ android:layout_marginTop="22dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
@@ -40,14 +40,14 @@
|
|
|
android:lineSpacingExtra="7sp"
|
|
|
android:text="@string/app_access_authority_message"
|
|
|
android:textColor="#000000"
|
|
|
- android:textSize="17.5sp"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
android:layout_marginTop="50dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
@@ -57,39 +57,39 @@
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
android:text="@string/app_access_authority_required"
|
|
|
android:textColor="#333333"
|
|
|
- android:textSize="15.5sp"
|
|
|
+ android:textSize="15sp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24.5dp"
|
|
|
- android:layout_marginRight="24.5dp"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:background="#f8f8f8"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="43.5dp"
|
|
|
- android:layout_height="43.5dp"
|
|
|
- android:layout_marginLeft="17.5dp"
|
|
|
+ android:layout_width="43dp"
|
|
|
+ android:layout_height="43dp"
|
|
|
+ android:layout_marginLeft="17dp"
|
|
|
android:layout_marginRight="13.8dp"
|
|
|
- android:layout_marginTop="19.5dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
android:src="@drawable/icon_phone"
|
|
|
/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="21.5dp"
|
|
|
+ android:layout_marginTop="21dp"
|
|
|
android:orientation="vertical"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_authority_device_information"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="14sp"
|
|
|
@@ -98,7 +98,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_authority_device_information_detail"
|
|
|
android:textColor="#666666"
|
|
|
android:textSize="13.9sp"
|
|
|
@@ -109,32 +109,32 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24.5dp"
|
|
|
- android:layout_marginRight="24.5dp"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
android:background="#f8f8f8"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="43.5dp"
|
|
|
- android:layout_height="43.5dp"
|
|
|
- android:layout_marginLeft="17.5dp"
|
|
|
+ android:layout_width="43dp"
|
|
|
+ android:layout_height="43dp"
|
|
|
+ android:layout_marginLeft="17dp"
|
|
|
android:layout_marginRight="13.8dp"
|
|
|
- android:layout_marginTop="19.5dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
android:src="@drawable/icon_device_id"
|
|
|
/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="19.5dp"
|
|
|
- android:layout_marginTop="21.5dp"
|
|
|
+ android:layout_marginBottom="19dp"
|
|
|
+ android:layout_marginTop="21dp"
|
|
|
android:orientation="vertical"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_authority_device_information2"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="14sp"
|
|
|
@@ -143,7 +143,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_authority_device_information_detail2"
|
|
|
android:textColor="#666666"
|
|
|
android:textSize="13.9sp"
|
|
|
@@ -154,7 +154,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24.5dp"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
android:layout_marginTop="30dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
@@ -164,39 +164,39 @@
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
android:text="@string/app_access_authority_option"
|
|
|
android:textColor="#333333"
|
|
|
- android:textSize="15.5sp"
|
|
|
+ android:textSize="15sp"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24.5dp"
|
|
|
- android:layout_marginRight="24.5dp"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:background="#f8f8f8"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="43.5dp"
|
|
|
- android:layout_height="43.5dp"
|
|
|
- android:layout_marginLeft="17.5dp"
|
|
|
+ android:layout_width="43dp"
|
|
|
+ android:layout_height="43dp"
|
|
|
+ android:layout_marginLeft="17dp"
|
|
|
android:layout_marginRight="13.8dp"
|
|
|
- android:layout_marginTop="19.5dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
android:src="@drawable/icon_location"
|
|
|
/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="21.5dp"
|
|
|
+ android:layout_marginTop="21dp"
|
|
|
android:orientation="vertical"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_location_authority"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="14sp"
|
|
|
@@ -205,7 +205,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_location_authority_detail"
|
|
|
android:textColor="#666666"
|
|
|
android:textSize="13.9sp"
|
|
|
@@ -216,32 +216,32 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24.5dp"
|
|
|
- android:layout_marginRight="24.5dp"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
android:background="#f8f8f8"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="43.5dp"
|
|
|
- android:layout_height="43.5dp"
|
|
|
- android:layout_marginLeft="17.5dp"
|
|
|
+ android:layout_width="43dp"
|
|
|
+ android:layout_height="43dp"
|
|
|
+ android:layout_marginLeft="17dp"
|
|
|
android:layout_marginRight="13.8dp"
|
|
|
- android:layout_marginTop="19.5dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
android:src="@drawable/icon_photo"
|
|
|
/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="19.5dp"
|
|
|
- android:layout_marginTop="21.5dp"
|
|
|
+ android:layout_marginBottom="19dp"
|
|
|
+ android:layout_marginTop="21dp"
|
|
|
android:orientation="vertical"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_picture_authority"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="14sp"
|
|
|
@@ -250,7 +250,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_picture_authority_detail"
|
|
|
android:textColor="#666666"
|
|
|
android:textSize="13.9sp"
|
|
|
@@ -261,32 +261,32 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24.5dp"
|
|
|
- android:layout_marginRight="24.5dp"
|
|
|
+ android:layout_marginLeft="24dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
android:background="#f8f8f8"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="43.5dp"
|
|
|
- android:layout_height="43.5dp"
|
|
|
- android:layout_marginLeft="17.5dp"
|
|
|
+ android:layout_width="43dp"
|
|
|
+ android:layout_height="43dp"
|
|
|
+ android:layout_marginLeft="17dp"
|
|
|
android:layout_marginRight="13.8dp"
|
|
|
- android:layout_marginTop="19.5dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
android:src="@drawable/icon_notice"
|
|
|
/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="19.5dp"
|
|
|
- android:layout_marginTop="21.5dp"
|
|
|
+ android:layout_marginBottom="19dp"
|
|
|
+ android:layout_marginTop="21dp"
|
|
|
android:orientation="vertical"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_notice_authority"
|
|
|
android:textColor="#333333"
|
|
|
android:textSize="14sp"
|
|
|
@@ -295,7 +295,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="5.5sp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
android:text="@string/app_access_notice_authority_detail"
|
|
|
android:textColor="#666666"
|
|
|
android:textSize="13.9sp"
|
|
|
@@ -307,8 +307,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="31.8dp"
|
|
|
- android:layout_marginTop="17.5dp"
|
|
|
- android:layout_marginRight="24.5dp"
|
|
|
+ android:layout_marginTop="17dp"
|
|
|
+ android:layout_marginRight="24dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -318,8 +318,8 @@
|
|
|
>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="2.5dp"
|
|
|
- android:layout_height="2.5dp"
|
|
|
+ android:layout_width="2dp"
|
|
|
+ android:layout_height="2dp"
|
|
|
android:layout_gravity="center"
|
|
|
android:layout_marginRight="5dp"
|
|
|
android:src="@drawable/rectangle"
|
|
|
@@ -328,7 +328,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="3.5sp"
|
|
|
+ android:lineSpacingExtra="3sp"
|
|
|
android:text="@string/app_access_authority_option_message"
|
|
|
android:textColor="#999999"
|
|
|
android:textSize="12sp"
|
|
|
@@ -339,9 +339,9 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="34.5dp"
|
|
|
+ android:layout_marginBottom="34dp"
|
|
|
android:layout_marginLeft="31.8dp"
|
|
|
- android:layout_marginTop="17.5dp"
|
|
|
+ android:layout_marginTop="17dp"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
@@ -351,8 +351,8 @@
|
|
|
>
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="2.5dp"
|
|
|
- android:layout_height="2.5dp"
|
|
|
+ android:layout_width="2dp"
|
|
|
+ android:layout_height="2dp"
|
|
|
android:layout_gravity="center"
|
|
|
android:layout_marginRight="5dp"
|
|
|
android:src="@drawable/rectangle"
|
|
|
@@ -361,7 +361,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="3.5sp"
|
|
|
+ android:lineSpacingExtra="3sp"
|
|
|
android:text="@string/app_access_authority_change"
|
|
|
android:textColor="#000000"
|
|
|
android:textSize="12sp"
|
|
|
@@ -381,7 +381,7 @@
|
|
|
android:lineSpacingExtra="6sp"
|
|
|
android:text="@string/confirm"
|
|
|
android:textColor="#ffffff"
|
|
|
- android:textSize="15.5sp"
|
|
|
+ android:textSize="15sp"
|
|
|
/>
|
|
|
|
|
|
</LinearLayout>
|