mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-19 18:20:47 +02:00
more layout linting and string extraction
This commit is contained in:
parent
ae47f3ae93
commit
bb2c6df4cf
|
|
@ -58,6 +58,7 @@
|
|||
<EditText
|
||||
android:id="@+id/crypto_password_edit"
|
||||
android:layout_width="match_parent"
|
||||
android:hint="@string/crypto_password_edit_hint"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:typeface="monospace" />
|
||||
|
|
@ -81,6 +82,7 @@
|
|||
android:id="@+id/crypto_extra_edit"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:hint="@string/crypto_extra_edit_hint"
|
||||
android:enabled="true"
|
||||
android:typeface="monospace"
|
||||
android:visibility="visible" />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:background="@color/blue_grey_500"
|
||||
android:orientation="vertical"
|
||||
tools:context="com.zeapo.pwdstore.ToCloneOrNot">
|
||||
tools:context="com.zeapo.pwdstore.PasswordStore">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
android:layout_alignTop="@+id/main_clone_button"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:textSize="11sp" />
|
||||
android:textSize="12sp" />
|
||||
<Button
|
||||
android:id="@+id/main_clone_button"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:textSize="11sp"
|
||||
android:textSize="12sp"
|
||||
tools:ignore="RelativeOverlap" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
android:layout_alignTop="@+id/type_image"
|
||||
android:layout_toRightOf="@+id/type_image"
|
||||
android:layout_toEndOf="@+id/type_image"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
tools:ignore="HardcodedText" />
|
||||
|
||||
<TextView
|
||||
|
|
|
|||
|
|
@ -213,4 +213,6 @@
|
|||
<string name="hackish_tools">Hackish tools</string>
|
||||
<string name="abort_rebase">Abort rebase</string>
|
||||
<string name="commit_hash">Commit hash</string>
|
||||
<string name="crypto_password_edit_hint">p@ssw0rd!</string>
|
||||
<string name="crypto_extra_edit_hint">username: something other extra content</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue