ImportKeys: Change "List keys" to "View list" and paddings

This commit is contained in:
Andrea Torlaschi 2016-08-23 16:42:49 +02:00
parent 9b2e899f4f
commit 139c362058
2 changed files with 7 additions and 5 deletions

View file

@ -18,6 +18,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="8dp"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:paddingTop="24dp">
<LinearLayout
@ -25,8 +28,8 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="16dp"
android:paddingLeft="16dp"
android:paddingRight="16dp">
android:paddingLeft="8dp"
android:paddingRight="8dp">
<TextView
android:layout_width="wrap_content"
@ -40,7 +43,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="8dp"
android:visibility="@{nonInteractive ? V.GONE : V.VISIBLE}">
<Button
@ -51,7 +53,7 @@
<Button
android:id="@+id/list_keys"
style="@style/CardViewActionButton"
android:text="@string/btn_list_keys" />
android:text="@string/btn_view_list" />
</LinearLayout>

View file

@ -1575,7 +1575,7 @@
<string name="security_token_reset_or_import">"This Security Token already contains a key. You can import the key using the cloud or reset the Security Token."</string>
<string name="btn_import">"Import"</string>
<string name="btn_import_keys">"Import all keys"</string>
<string name="btn_list_keys">"List keys"</string>
<string name="btn_view_list">"View list"</string>
<string name="btn_reset">"Reset"</string>
<string name="security_token_import_radio">"Import key"</string>
<string name="security_token_reset_radio">"Reset Security Token"</string>