Skip to content

Commit

Permalink
Use right label for the account and issuer in metadata.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Feb 11, 2020
1 parent e198a0a commit 926ef76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand All @@ -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
Expand All @@ -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>

0 comments on commit 926ef76

Please sign in to comment.