Merge "Added a label to Exchange device ID."
This commit is contained in:
commit
b1151244ca
@ -78,15 +78,17 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:text="@string/account_setup_exchange_trust_certificates_label" />
|
||||
<TextView
|
||||
android:text="@string/account_setup_exchange_device_id_label"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
<TextView
|
||||
android:id="@+id/device_id"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:paddingTop="5dip"
|
||||
android:paddingBottom="5dip"
|
||||
android:paddingLeft="3dip"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="?android:attr/textColorTertiary" />
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textColor="#ffbebebe" />
|
||||
</LinearLayout>
|
||||
|
||||
<RelativeLayout
|
||||
|
@ -444,6 +444,8 @@
|
||||
<string name="account_setup_exchange_ssl_label">Use secure connection (SSL)</string>
|
||||
<!-- On "Exchange" setup screen, the trust ssl certificates checkbox label -->
|
||||
<string name="account_setup_exchange_trust_certificates_label">Accept all SSL certificates</string>
|
||||
<!-- On "Exchange" setup screen, the exchange device-id label -->
|
||||
<string name="account_setup_exchange_device_id_label">Moblile Device ID</string>
|
||||
|
||||
<!-- In Account setup options screen, Activity title -->
|
||||
<string name="account_setup_options_title">Account options</string>
|
||||
|
Loading…
Reference in New Issue
Block a user