-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use right label for the account and issuer in metadata.xml
- Loading branch information
1 parent
e198a0a
commit 926ef76
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
android:layout_height="match_parent" | ||
android:gravity="center_vertical|right" | ||
android:paddingRight="8dp" | ||
android:text="@string/account" | ||
android:text="@string/issuer" | ||
android:textStyle="bold"/> | ||
|
||
<EditText | ||
|
@@ -36,7 +36,7 @@ | |
android:layout_height="48dp" | ||
android:layout_toRightOf="@id/image" | ||
android:layout_marginTop="4dp" | ||
android:hint="jdoe@example.com" | ||
android:hint="Example.com" | ||
android:inputType="textNoSuggestions" | ||
android:textAppearance="?android:attr/textAppearanceSmallInverse" /> | ||
</TableRow> | ||
|
@@ -50,7 +50,7 @@ | |
android:layout_height="match_parent" | ||
android:gravity="center_vertical|right" | ||
android:paddingRight="8dp" | ||
android:text="@string/secret" | ||
android:text="@string/account" | ||
android:textStyle="bold" /> | ||
|
||
<EditText | ||
|
@@ -60,9 +60,9 @@ | |
android:layout_below="@id/issuer" | ||
android:layout_marginBottom="4dp" | ||
android:layout_toRightOf="@id/image" | ||
android:hint="18c5d06cfcbd4927" | ||
android:hint="[email protected]" | ||
android:inputType="textNoSuggestions" | ||
android:textAppearance="?android:attr/textAppearanceSmallInverse" /> | ||
</TableRow> | ||
</TableLayout> | ||
</RelativeLayout> | ||
</RelativeLayout> |