diff options
author | Zeapo <mohamed@zenadi.com> | 2014-08-07 00:10:23 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-08-07 00:10:23 +0100 |
commit | 19b48565f40d96bdd2a277378758c98e99edf490 (patch) | |
tree | a343059021c94dd9e45c2def6679e90bb9385716 /app/src/main/res/layout | |
parent | afe79f7243a51a61b6f36bd5e9fd2fef9ffc3b81 (diff) |
some ui improvements: show the category we add to
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/encrypt_layout.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/src/main/res/layout/encrypt_layout.xml b/app/src/main/res/layout/encrypt_layout.xml index abc75fe5..3abfd7d6 100644 --- a/app/src/main/res/layout/encrypt_layout.xml +++ b/app/src/main/res/layout/encrypt_layout.xml @@ -25,17 +25,21 @@ android:layout_column="0"> <TextView + android:id="@+id/crypto_password_category" android:layout_gravity="center_vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textStyle="bold" - android:text="Name: "/> + android:textColor="@android:color/holo_blue_dark" + android:textAppearance="?android:attr/textAppearanceMedium" + android:text="CATEGORY/"/> <EditText android:layout_gravity="center_vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/crypto_password_file_edit" + android:hint="@string/crypto_name_hint" android:textColor="@android:color/holo_orange_dark"/> </LinearLayout> @@ -65,7 +69,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textStyle="bold" - android:text="Password: "/> + android:text="@string/crypto_pass_label"/> <EditText android:id="@+id/crypto_password_edit" android:layout_width="fill_parent" @@ -78,7 +82,7 @@ android:layout_height="wrap_content" android:layout_marginTop="8dp" android:textStyle="bold" - android:text="Extra content: "/> + android:text="@string/crypto_extra_label"/> <EditText android:id="@+id/crypto_extra_edit" |